hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.81k stars 9.16k forks source link

Add aws_elasticache_replication_group.reader_endpoint_address #15513

Closed rquadling closed 3 years ago

rquadling commented 4 years ago

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

rquadling commented 4 years ago

@anGie44 Is there a way to get some more eyes on this and get it merged/released? Happy to do more work on it if it is required.

gdavison commented 3 years ago

This is a duplicate of #10519, which was resolved with PR #9979

ghost commented 3 years ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!