Skip to content

Commit 5af4c3d

Browse files
author
Sohan
committed
create variable for description
1 parent 5be63ca commit 5af4c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ output "redis_endpoint" {
2020
description = "Redis endpoint address."
2121
}
2222

23-
output "memcached_endpoint_address" {
23+
output "memcached_endpoint" {
2424
value = var.cluster_enabled ? join("", aws_elasticache_cluster.default.*.configuration_endpoint) : ""
2525
description = "Memcached endpoint address."
2626
}

0 commit comments

Comments
 (0)