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 Nov 14, 2020. It is now read-only.
Updating user tags shouldn't clear the user password
Actual Behavior
When updating the tags for an existing user, it seems like the provider doesn't pass the password in the PUT request, which essentially leads to the user not being able to authenticate. This can currently only be resolved by:
Updating the user password in the management console
Re-creating the user with Terraform
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply the above configuration
Try to log in (works)
Update the list of tags and run terraform apply
Try to log in (does not work)
The text was updated successfully, but these errors were encountered:
Terraform Version
Terraform v0.12.9
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Updating user tags shouldn't clear the user password
Actual Behavior
When updating the tags for an existing user, it seems like the provider doesn't pass the password in the PUT request, which essentially leads to the user not being able to authenticate. This can currently only be resolved by:
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
the above configurationterraform apply
The text was updated successfully, but these errors were encountered: