Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

displayName is not saved / shown in the UI when set with TF #107

Open
nbrys opened this issue Aug 5, 2024 · 3 comments · May be fixed by #115
Open

displayName is not saved / shown in the UI when set with TF #107

nbrys opened this issue Aug 5, 2024 · 3 comments · May be fixed by #115
Assignees

Comments

@nbrys
Copy link

nbrys commented Aug 5, 2024

Describe the bug
When setting a displayname for a source or destination in terraform, its not displayed in the UI

This is not
Set a display name using the parameters in terraform:

{
   name = "displayName"
   value = "test-name"
}

When you now open the resource in the UI, the displayname field is empty.
If you now change this in the UI to test-name2 and run terraform again you get:

- {
   - name = "displayName"
   - value = "test-name2"
}
+ {
   + name = "displayName"
    + value = "test-name"
}


**Expected behavior**
The displayname from terraform to show in the UI
@jsirianni
Copy link
Member

@nbrys, modifying display name using parameters_json is not something I would expect to work. Terraform does not set the displayName field at all, but we can look into getting support for this.

@jsirianni jsirianni self-assigned this Aug 5, 2024
@nbrys
Copy link
Author

nbrys commented Aug 5, 2024

@jsirianni but terraform does report that change on the parameters_json. Maybe its stored in a second place?

@jsirianni
Copy link
Member

Terraform will store any parameters you supply to parameters_json in the state. BindPlane will ignore parameters that are unexpected for the resource.

I am working with our broader team to determine if we should support setting the display name. I need to get some clarification before proceeding.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
2 participants