-
-
Notifications
You must be signed in to change notification settings - Fork 254
Description
Have a question? Please checkout our Slack Community or visit our Slack Archive.
Describe the Feature
Adding all of available outputs for the aws_elasticache_replication_group resource.
Expected Behavior
As an example for one of the missing outputs, reader_endpoint_address:
When using the module and referencing the module.EXAMPLE. reader_endpoint_address I would expect to receive the DNS endpoint for the reader node in the replication group.
Use Case
I am currently using your module to provide cache for Kong EE API Gateway and having it store session tokens as part of a plugin. I need some of the data planes to be able to read from the cache using the Reader Endpoint which at the moment they are not able to do.
Describe Ideal Solution
I would like all of the remaining available outputs from the aws_elasticache_replication_group to be made available. These include; arn, cluster_enabled, reader_endpoint_address and member_clusters
Alternatives Considered
At present, I don't believe there are any alternatives.
Additional Context
No additional context to add.
Thanks guys and keep up the awesome work!