Need endpoint for member cluster in aws_elasticache_replication_group. #5763
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/elasticache
Issues and PRs that pertain to the elasticache service.
stale
Old or inactive issues managed by automation, if no further action taken these will get closed.
This issue was originally opened by @DheerajJoshi as hashicorp/terraform#18779. It was migrated here as a result of the provider split. The original body of the issue is below.
Hi there,
We are facing issue for getting the endpoint of member cluster for aws_elasticache_replication_group. Currently, we can only get
id, configuration_endpoint_address, primary_endpoint_address and member_clusters
But need member clusters endpoint.
Current Terraform Version
Terraform v0.11.7
Use-cases
Need to create route53 CNAME record for member cluster endpoints.
Attempted Solutions
Currently trying some alternatives using replace the function with regex.
The text was updated successfully, but these errors were encountered: