Skip to content

Commit

Permalink
fix: tf fmt (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvasandani committed Jun 14, 2021
1 parent d95413d commit 597dd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/merge/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
output "container_definitions" {
description = "A list of container definitions in JSON format that describe the different containers that make up your task"
value = "${format("[%s]", join(",", var.container_definitions))}"
value = format("[%s]", join(",", var.container_definitions))
}

0 comments on commit 597dd24

Please sign in to comment.