-
Notifications
You must be signed in to change notification settings - Fork 100
Closed
Labels
🪲 bugSomething isn't workingSomething isn't working
Description
Checklist
- I have looked into the README and have not found a suitable solution or answer.
- I have looked into the documentation and have not found a suitable solution or answer.
- I have searched the issues and have not found a suitable solution or answer.
- I have upgraded to the latest version of this provider and the issue still persists.
- I have searched the Auth0 Community forums and have not found a suitable solution or answer.
- I agree to the terms within the Auth0 Code of Conduct.
Description
Changing a name
parameter in auth0_connection
resource forces replacement. This is not mentioned in the documentation .
-/+ resource "auth0_connection" "auth0-users" {
~ name = "Name" -> "New Users" # forces replacement
Expectation
Should be updated in-place
Reproduction
- create a
auth0_connection
resource - change a
name
parameter - run
terraform plan
Auth0 Terraform Provider version
1.26
Terraform version
v1.12.2
Metadata
Metadata
Assignees
Labels
🪲 bugSomething isn't workingSomething isn't working