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
Add organization metadata my_key = my_value via auth0 dashboard.
Plan terraform again.
This reflects in a correct plan which wants to remove metadata added manually:
Terraform will perform the following actions:# auth0_organization.org will be updated in-place
~ resource"auth0_organization""org" {
id="..."
~ metadata={
-"my_key" = "my_value"->null
}
name="my-org"# (1 unchanged attribute hidden)# (2 unchanged blocks hidden)
}
Plan:0 to add, 1 to change, 0 to destroy.
Apply. However, the metadata are still there in auth0 dashboard after successful apply.
Environment
Version of terraform-provider-auth0 used: 0.32.0
The text was updated successfully, but these errors were encountered:
Describe the problem
Organization metadata changed via terraform not updated at auth0.
What was the expected behavior?
Organization metadata would be updated - in my example "my_key" would be removed (see example below).
Reproduction
Create an organization.
Add organization metadata
my_key = my_value
via auth0 dashboard.Plan terraform again.
This reflects in a correct plan which wants to remove metadata added manually:
Apply. However, the metadata are still there in auth0 dashboard after successful apply.
Environment
terraform-provider-auth0
used: 0.32.0The text was updated successfully, but these errors were encountered: