Skip to content

Commit a426625

Browse files
committed
Added cluster name to outputs
1 parent 887a4a0 commit a426625

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

outputs.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ output "this_ecs_cluster_id" {
55
output "this_ecs_cluster_arn" {
66
value = "${element(concat(aws_ecs_cluster.this.*.arn, list("")), 0)}"
77
}
8+
9+
output "this_ecs_cluster_name" {
10+
description = "The name of the ECS cluster"
11+
value = "${var.name}"
12+
}

0 commit comments

Comments
 (0)