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 ec63f29 commit 38ac360Copy full SHA for 38ac360
outputs.tf
@@ -1,9 +1,9 @@
1
output "json_map" {
2
description = "Map type of container definition"
3
- value = jsondecode(module.container.json_map)
+ value = jsondecode(module.container.json_map_encoded)
4
}
5
6
output "json" {
7
description = "String type of container definition"
8
- value = module.container.json_map
9
-}
+ value = module.container.json_map_encoded
+}
0 commit comments