Skip to content

Changing name in auth0_connection forces replacement #1327

@vanmash

Description

@vanmash

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

  1. create a auth0_connection resource
  2. change a name parameter
  3. run terraform plan

Auth0 Terraform Provider version

1.26

Terraform version

v1.12.2

Metadata

Metadata

Assignees

Labels

🪲 bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions