Validate elasticache user password is between 16-128 #24273
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/elasticache
Issues and PRs that pertain to the elasticache service.
Milestone
Community Note
Description
Add validation for password for the
aws_elasticache_user
resource. The below configuration will get through deployment and fail with an AWS validation error. This is especially problematic for long-running Terraform modules as the input is not validated up front.Without this validation the following error may occur:
New or Affected Resource(s)
N/A
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: