Skip to content

Commit 3d7e2d8

Browse files
committed
Added alb/ecs outputs
1 parent 1239555 commit 3d7e2d8

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
@@ -55,7 +55,7 @@ output "ecs_cluster_id" {
5555
value = module.ecs.this_ecs_cluster_id
5656
}
5757

58-
output "ecs_cluster_id" {
58+
output "ecs_cluster_arn" {
5959
description = "ECS cluster ARN"
6060
value = module.ecs.this_ecs_cluster_arn
6161
}

0 commit comments

Comments
 (0)