Skip to content

Commit

Permalink
Disable assert which breaks our use case
Browse files Browse the repository at this point in the history
  • Loading branch information
cam72cam-CoxAuto authored Apr 6, 2021
1 parent 14374f6 commit 82ae5ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deepmerge/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ locals {
}
}

/*
// Check to make sure the highest level module has no remaining values that weren't recursed through
module "asset_sufficient_levels" {
source = "../assert"
Expand All @@ -51,6 +52,7 @@ module "asset_sufficient_levels" {
local.modules[length(local.modules) - 1][i].remaining
]...) == []
}
*/

// Use this from a DIFFERENT terraform project to generate a new file with a different max depth
/*
Expand Down

0 comments on commit 82ae5ce

Please sign in to comment.