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 was archived by the owner on Mar 8, 2022. It is now read-only.
Rule is created or updated with rule_id as its id.
Actual Behavior
On a create of a new rule, Terraform appears to plan the correct work.
On an update of an existing rule that has a generated ID, Terraform appears to correctly detect that the role_id is what is changing, from the current generated id value in Auth0 to the new value supplied.
However, in either case a 400 validation is thrown from the Auth0 API:
Additional properties not allowed: id
Steps to Reproduce
Introduce a new rule in Terraform, OR modify an existing rule.