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 fc48cf7 commit fa68b2fCopy full SHA for fa68b2f
outputs.tf
@@ -90,6 +90,11 @@ output "elasticache_subnet_group" {
90
value = "${element(concat(aws_elasticache_subnet_group.elasticache.*.id, list("")), 0)}"
91
}
92
93
+output "elasticache_subnet_group_name" {
94
+ description = "Name of elasticache subnet group"
95
+ value = "${element(concat(aws_elasticache_subnet_group.elasticache.*.name, list("")), 0)}"
96
+}
97
+
98
# Route tables
99
output "public_route_table_ids" {
100
description = "List of IDs of public route tables"
0 commit comments