Skip to content

Commit 9ccd0db

Browse files
author
Sohan Yadav
committed
github action
1 parent aafb837 commit 9ccd0db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Module : Redis
22
# Description : Terraform module to create Elasticache Cluster and replica for Redis.
33
output "id" {
4-
value = var.cluster_enabled ? "" : (var.replication_enabled ? join("", aws_elasticache_replication_group.default.*.id) : join("", aws_elasticache_replication_group.cluster.*.id))
4+
value = var.cluster_enabled ? "" : (var.replication_enabled ? join("", aws_elasticache_replication_group.default.*.id) : join("", aws_elasticache_replication_group.cluster.*.id))
55
description = "Redis cluster id."
66
}
77

0 commit comments

Comments
 (0)