Skip to content

Commit

Permalink
feat: decoupled layers by using terragrunt v2 (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
halfb00t authored and p1gmale0n committed Aug 24, 2023
1 parent 252e8d2 commit 0f85d1d
Show file tree
Hide file tree
Showing 25 changed files with 576 additions and 352 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Temporary Items
### Terraform ###
# Local .terraform directories
**/.terraform/*
**/.terragrunt-cache/*

# .tfstate files
*.tfstate
Expand Down
11 changes: 7 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
repos:
- repo: git://github.com/antonbabenko/pre-commit-terraform
rev: v1.45.0
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.76.0
hooks:
- id: terraform_fmt
- id: terraform_docs
- id: terragrunt_fmt
# - id: terraform_tflint
# - id: terraform_tfsec
- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: check-merge-conflict
- id: trailing-whitespace
- id: detect-aws-credentials
- id: detect-private-key
248 changes: 70 additions & 178 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 0f85d1d

Please sign in to comment.