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.
1 parent 5be63ca commit 5af4c3dCopy full SHA for 5af4c3d
outputs.tf
@@ -20,7 +20,7 @@ output "redis_endpoint" {
20
description = "Redis endpoint address."
21
}
22
23
-output "memcached_endpoint_address" {
+output "memcached_endpoint" {
24
value = var.cluster_enabled ? join("", aws_elasticache_cluster.default.*.configuration_endpoint) : ""
25
description = "Memcached endpoint address."
26
0 commit comments