Skip to content

Commit 20353b5

Browse files
authored
Fix for assertion module
1 parent e60ad1a commit 20353b5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

main.tf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ locals {
4141
field.path[0] => {final_val = field.value, sub_val = lookup(local.m1, field.key, null)}[field.is_final ? "final_val" : "sub_val"]
4242
}
4343
}
44-
44+
4545
// Check to make sure the highest level module has no remaining values that weren't recursed through
4646
module "asset_sufficient_levels" {
47-
source = "../assert"
47+
source = "Invicton-Labs/assertion/null"
48+
version = "0.1.1"
4849
error_message = "Deepmerge has recursed to insufficient depth (${length(local.modules)} levels is not enough)"
4950
condition = concat([
5051
for i in range(0, length(var.maps)):

0 commit comments

Comments
 (0)