Skip to content

Commit

Permalink
Regenerate max depth for deepmerge submodule. Add `deepmerge-genera…
Browse files Browse the repository at this point in the history
…te` submodule. Remove README from submodules not supposed to be used separately from the main module (#9)
  • Loading branch information
aknysh authored Jan 19, 2021
1 parent 0b88ac5 commit fee0e0e
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 2,917 deletions.
7 changes: 0 additions & 7 deletions modules/assert/README.md

This file was deleted.

6 changes: 6 additions & 0 deletions modules/deepmerge-generate/main.tf
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"
}
105 changes: 0 additions & 105 deletions modules/deepmerge/README.md

This file was deleted.

Loading

0 comments on commit fee0e0e

Please sign in to comment.