Skip to content

Commit 38ac360

Browse files
authored
Update outputs.tf
1 parent ec63f29 commit 38ac360

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

outputs.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
output "json_map" {
22
description = "Map type of container definition"
3-
value = jsondecode(module.container.json_map)
3+
value = jsondecode(module.container.json_map_encoded)
44
}
55

66
output "json" {
77
description = "String type of container definition"
8-
value = module.container.json_map
9-
}
8+
value = module.container.json_map_encoded
9+
}

0 commit comments

Comments
 (0)