We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0896dc4 + b896bd8 commit 87c4ea9Copy full SHA for 87c4ea9
outputs.tf
@@ -22,3 +22,8 @@ output "host" {
22
value = module.dns.hostname
23
description = "Redis hostname"
24
}
25
+
26
+output "reader_endpoint_address" {
27
+ value = join("", compact(aws_elasticache_replication_group.default[*].reader_endpoint_address))
28
+ description = "The address of the endpoint for the reader node in the replication group, if the cluster mode is disabled."
29
+}
0 commit comments