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
I have an Auth0 client resource created and managed with Terraform and was not setting the web_origins argument. In testing a change, I was in the Auth0 web console and set a single URL in the web origins field. Now every time I run an apply Terraform wants to update the client to the correct value of an empty list. However after the apply the value is still visible on the web console. I even tried manually setting web_origins = [] and that didn't change the result.
What was the expected behavior?
I expect the Terraform provider to overwrite any manual changes in the UI and update the client with the values in the code.
Reproduction
Create an auth0_client resource with nothing set for web_origins
In the web console, add a value to the web origins and save
Run another Terraform apply and verify the change to remove the web origin
Verify in the web console the web origin value is still present
Environment
Terraform 1.0.0
Auth0 Provider 0.28.0
The text was updated successfully, but these errors were encountered:
Describe the problem
I have an Auth0 client resource created and managed with Terraform and was not setting the
web_origins
argument. In testing a change, I was in the Auth0 web console and set a single URL in the web origins field. Now every time I run anapply
Terraform wants to update the client to the correct value of an empty list. However after the apply the value is still visible on the web console. I even tried manually settingweb_origins = []
and that didn't change the result.What was the expected behavior?
I expect the Terraform provider to overwrite any manual changes in the UI and update the client with the values in the code.
Reproduction
auth0_client
resource with nothing set forweb_origins
Environment
Terraform 1.0.0
Auth0 Provider 0.28.0
The text was updated successfully, but these errors were encountered: