Skip to content

Commit fee0e0e

Browse files
authored
Regenerate max depth for deepmerge submodule. Add deepmerge-generate submodule. Remove README from submodules not supposed to be used separately from the main module (#9)
1 parent 0b88ac5 commit fee0e0e

File tree

4 files changed

+36
-2917
lines changed

4 files changed

+36
-2917
lines changed

modules/assert/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

modules/deepmerge-generate/main.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// Use this to generate a new `depth.tf` file in the `deepmerge` module with a different max depth
2+
3+
resource "local_file" "depth" {
4+
content = templatefile("${path.module}/../deepmerge/depth.tmpl", { max_depth = 25 })
5+
filename = "${path.module}/../deepmerge/depth.tf"
6+
}

modules/deepmerge/README.md

Lines changed: 0 additions & 105 deletions
This file was deleted.

0 commit comments

Comments
 (0)