Skip to content

Commit 0417d5b

Browse files
feat!: Refactor modules to group single resource modules into higher order modules (#122)
Co-authored-by: Anton Babenko <[email protected]>
1 parent f56825a commit 0417d5b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+2777
-1387
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
repos:
22
- repo: https://github.com/antonbabenko/pre-commit-terraform
3-
rev: v1.96.1
3+
rev: v1.100.0
44
hooks:
5+
- id: terraform_wrapper_module_for_each
56
- id: terraform_fmt
67
- id: terraform_docs
78
args:
@@ -23,7 +24,7 @@ repos:
2324
- '--args=--only=terraform_workspace_remote'
2425
- id: terraform_validate
2526
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v5.0.0
27+
rev: v6.0.0
2728
hooks:
2829
- id: check-merge-conflict
2930
- id: end-of-file-fixer

README.md

Lines changed: 244 additions & 41 deletions
Large diffs are not rendered by default.

examples/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Examples
2+
3+
Please note - the examples provided serve two primary means:
4+
5+
1. Show users working examples of the various ways in which the module can be configured and features supported
6+
2. A means of testing/validating module changes
7+
8+
Please do not mistake the examples provided as "best practices". It is up to users to consult the AWS service documentation for best practices, usage recommendations, etc.

examples/complete/README.md

Lines changed: 75 additions & 40 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)