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
{{ message }}
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.
When not changed, the password policy of auth0_connection is effectively set to None in Auth0
This happens when other fields of the auth0_connection that do change.
This might be due to the provider not sending unchanged fields in the Auth0 API calls, and Auth0 interpreting this absence as a "set to null" statement for the password policy
Description
When not changed, the password policy of auth0_connection is effectively set to None in Auth0
This happens when other fields of the auth0_connection that do change.
This might be due to the provider not sending unchanged fields in the Auth0 API calls, and Auth0 interpreting this absence as a "set to null" statement for the password policy
Terraform Version
Terraform v0.12.25
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
the auth0_connection's password policy unchanged
Actual Behavior
it was set to None
Steps to Reproduce
terraform apply
terraform apply
Important Factoids
I recently moved to v0.8.1 of the provider to v0.10.3.
I don't recall this happening before that upgrade
The text was updated successfully, but these errors were encountered: