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
"role" cannot be changed once a user is in the system. Once it's created and role has changed in the meantime, terraform plan will always suggest changing the role. However, terraform apply won't change anything, and subsequent terraform plan will want to change the role again. If it's not possible to change one's role via API, it's better to convert this field as computed so it doesn't complicate things.
"role" cannot be changed once a user is in the system. Once it's created and role has changed in the meantime,
terraform plan
will always suggest changing the role. However,terraform apply
won't change anything, and subsequentterraform plan
will want to change the role again. If it's not possible to change one's role via API, it's better to convert this field as computed so it doesn't complicate things.The text was updated successfully, but these errors were encountered: