Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: decoupled layers by using terragrunt v2 #313

Merged
merged 23 commits into from
Oct 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
6c100ed
feat: moved modules to layers1, fixed gitignore #253
halfb00t Jul 18, 2022
501055a
feat: fixed module paths #253
halfb00t Jul 18, 2022
2f45608
feat: removed data remote_state #253
halfb00t Jul 18, 2022
fbbfe39
feat: added terragrunt configs #253
halfb00t Jul 18, 2022
f103b6b
feat: moved modules back #253
halfb00t Jul 18, 2022
fad1577
enh: updated charts version #312
halfb00t Oct 13, 2022
60146d1
enh: updated autoscaler and added necessary variables #253
halfb00t Oct 13, 2022
0a928b2
enh: updated readme in modules #253
halfb00t Oct 13, 2022
353fe6f
enh: updated main readme #253
halfb00t Oct 13, 2022
f4fc847
enh: added demo tfvars for layer2 #253
halfb00t Oct 13, 2022
5f84196
Merged main and resolved conflicts
halfb00t Oct 13, 2022
f4d90ab
enh: updated terragrunt version #309
halfb00t Oct 13, 2022
28a3f7e
enh: fixed minor error #253
halfb00t Oct 13, 2022
a459b1d
doc: updated doc and terragrunt version #253
halfb00t Oct 14, 2022
af79f6a
doc: updated faq, added toc #253
halfb00t Oct 14, 2022
2d07f51
doc: updated faq, added bicket versioning command #253
halfb00t Oct 14, 2022
075ea08
doc: updated readme, added link to terraform apply #253
halfb00t Oct 14, 2022
b931a19
doc: removed lockfiles from gitignore #253
halfb00t Oct 15, 2022
632bd97
doc: restored terraform lockfiles #253
halfb00t Oct 15, 2022
ab81fee
fix: removed unnecessary ip addresses #253
halfb00t Oct 19, 2022
157e689
fix: fixed indentation #253
halfb00t Oct 19, 2022
24265f3
fix: ran terragrunt hclfmt #253
halfb00t Oct 20, 2022
73322a6
enh: updated pre commit hooks version #314
halfb00t Oct 20, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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