Skip to content

Commit

Permalink
Tiny fix - the value of second_container_json (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
wittro authored and aknysh committed Mar 21, 2019
1 parent 5158967 commit 235d47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/multiple_definitions/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ output "first_container_json" {

output "second_container_json" {
description = "Container definition in JSON format"
value = "${module.first_container.json}"
value = "${module.second_container.json}"
}

resource "aws_ecs_task_definition" "task" {
Expand Down

0 comments on commit 235d47a

Please sign in to comment.