Skip to content

Commit 494ad86

Browse files
authored
feat: decoupled layers by using terragrunt v2 (#313)
1 parent ab7329b commit 494ad86

25 files changed

+576
-352
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Temporary Items
4949
### Terraform ###
5050
# Local .terraform directories
5151
**/.terraform/*
52+
**/.terragrunt-cache/*
5253

5354
# .tfstate files
5455
*.tfstate

.pre-commit-config.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
repos:
2-
- repo: git://github.com/antonbabenko/pre-commit-terraform
3-
rev: v1.45.0
2+
- repo: https://github.com/antonbabenko/pre-commit-terraform
3+
rev: v1.76.0
44
hooks:
55
- id: terraform_fmt
66
- id: terraform_docs
7+
- id: terragrunt_fmt
78
# - id: terraform_tflint
89
# - id: terraform_tfsec
9-
- repo: git://github.com/pre-commit/pre-commit-hooks
10-
rev: v3.2.0
10+
- repo: https://github.com/pre-commit/pre-commit-hooks
11+
rev: v4.3.0
1112
hooks:
1213
- id: check-merge-conflict
1314
- id: trailing-whitespace
15+
- id: detect-aws-credentials
16+
- id: detect-private-key

README.md

Lines changed: 70 additions & 178 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)