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 3d9f947 commit 2cf83ceCopy full SHA for 2cf83ce
modules/merge/outputs.tf
@@ -1,4 +1,4 @@
1
output "container_definitions" {
2
description = "A list of container definitions in JSON format that describe the different containers that make up your task"
3
- value = "${format("[%s]", join(",", var.container_definitions))}"
+ value = format("[%s]", join(",", var.container_definitions))
4
}
0 commit comments