Skip to content

Commit

Permalink
Update outputs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
rb-nr committed May 4, 2021
1 parent 99e6eb1 commit f2cf46e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions outputs.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
output "json_map" {
description = "Map type of container definition"
value = jsondecode(module.container.json_map)
value = jsondecode(module.container.json_map_encoded)
}

output "json" {
description = "String type of container definition"
value = module.container.json_map
}
value = module.container.json_map_encoded
}

0 comments on commit f2cf46e

Please sign in to comment.