You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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.
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:
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:The text was updated successfully, but these errors were encountered: