Skip to content

Commit 6905a73

Browse files
committed
adding ec2
1 parent 7ab8b13 commit 6905a73

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,6 +1,6 @@
11
output "ecs_cluster_name" {
22
description = "The name of the ECS cluster"
3-
value = module.ecs_cluster[0].ecs_cluster
3+
value = length(module.ecs_service) > 0 ? module.ecs_service[0].ecs_service : null
44
}
55

66
output "ecs_service_name" {

0 commit comments

Comments
 (0)