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
Replication will be set according to the terraform plan but password will be also set with random hashed value. By this replication will stop to work with Connection failed: Target replication URL returned error 401: Unauthorized
Steps to Reproduce
Define artifactory_local_repository + artifactory_replication_config with the ignore_changes for the password.
terraform apply
Check the replication settings in the artifactory and hit the test button - you will receive 401: Unauthorized
Community Note
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Gist link
Panic Output
Expected Behavior
Actual Behavior
Steps to Reproduce
terraform apply
Important Factoids
ignore_changes = [replications.0.password]
instead ofignore_changes = ["password"]
References
The text was updated successfully, but these errors were encountered: