-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regenerate max depth for
deepmerge
submodule. Add `deepmerge-genera…
…te` submodule. Remove README from submodules not supposed to be used separately from the main module (#9)
- Loading branch information
Showing
4 changed files
with
36 additions
and
2,917 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// Use this to generate a new `depth.tf` file in the `deepmerge` module with a different max depth | ||
|
||
resource "local_file" "depth" { | ||
content = templatefile("${path.module}/../deepmerge/depth.tmpl", { max_depth = 25 }) | ||
filename = "${path.module}/../deepmerge/depth.tf" | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.