Typo in aws_elasticache_user update method is preventing password rotation #20529
Labels
bug
Addresses a defect in current functionality.
service/elasticache
Issues and PRs that pertain to the elasticache service.
Community Note
Terraform CLI and Terraform AWS Provider Version
Terraform Version: v1.0.0
AWS Provider Version: 3.52.0
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Updating password1 and password2 should update the user passwords.
Actual Behavior
Terraform is updating the statefile, but not the resource itself in AWS.
There is a successful
Apply Complete!
References
Troubleshooting locally, https://github.com/hashicorp/terraform-provider-aws/blob/main/aws/resource_aws_elasticache_user.go#L176-L179
does not match the resource schema with field
passwords
The text was updated successfully, but these errors were encountered: