resource/aws_elasticache_replication_group: support setting primary/replica AZ atrributes inside NodeGroupConfiguration for RedisClusterModelEnabled #5118
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/elasticache
Issues and PRs that pertain to the elasticache service.
Currently I do not have a way to express in an
aws_elasticache_replication_group
resource block which availability zone my primary node gets deployed in and which AZ its read replicas are deployed in. The AWS ElastiCache SDK supports the following attributes:PrimaryAvailabilityZone
ReplicaAvailabilityZones
(see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-replicationgroup-nodegroupconfiguration.html)
It would be useful for
aws_elasticache_replication_group
resource to provide the same level of control.The text was updated successfully, but these errors were encountered: