Skip to content

Commit 3172135

Browse files
authored
Add arn output
1 parent 6109399 commit 3172135

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

outputs.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
output "this_ecs_cluster_id" {
22
value = "${element(concat(aws_ecs_cluster.this.*.id, list("")), 0)}"
33
}
4+
5+
output "this_ecs_cluster_arn" {
6+
value = "${element(concat(aws_ecs_cluster.this.*.arn, list("")), 0)}"
7+
}

0 commit comments

Comments
 (0)