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 7ab8b13 commit 6905a73Copy full SHA for 6905a73
outputs.tf
@@ -1,6 +1,6 @@
1
output "ecs_cluster_name" {
2
description = "The name of the ECS cluster"
3
- value = module.ecs_cluster[0].ecs_cluster
+ value = length(module.ecs_service) > 0 ? module.ecs_service[0].ecs_service : null
4
}
5
6
output "ecs_service_name" {
0 commit comments