Hi @rueben.tiow,
this is exactly the problem, I don’t change any flag, I change only the support_email. Here are the relevant lines from the log of ‘terraform apply’:
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
module.auth0.auth0_tenant.tenant will be updated in-place
~ resource “auth0_tenant” “tenant” {
id = “65a3841e-d9a4-41b9-bae5-373bddf06449”
~ support_email = “email” → “email_test”
# (9 unchanged attributes hidden)
# (3 unchanged blocks hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
As you see, nothing else has changed. Could this be a similar issue to: Additional properties not allowed new-universal-login-experience-enabled
Regards,
Maxim