Skip to content

Commit f280807

Browse files
authored
fix: forgot to merge the definition without null (#84)
1 parent d8600c9 commit f280807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ locals {
6969
k => v
7070
if v != null
7171
}
72-
json_map = jsonencode(merge(local.container_definition, var.container_definition))
72+
json_map = jsonencode(merge(local.container_definition_without_null, var.container_definition))
7373
}

0 commit comments

Comments
 (0)