Add aws_elasticache_replication_group.reader_endpoint_address #15513
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/elasticache
Issues and PRs that pertain to the elasticache service.
Community Note
Description
I want to provide read only access to the AWS Elasticache cluster in a way that I can already do for RDS. Get the "reader" endpoint, attach it to the DNS and job done. More or less.
With the current provider, the reader endpoint is not accessible.
aws describe-replication-groups --query='ReplicationGroups[0].NodeGroups[0].ReaderEndpoint.Address'
is the current data that I want to get to.New or Affected Resource(s)
Potential Terraform Configuration
Unsure what to put here.
References
The text was updated successfully, but these errors were encountered: