Skip to content

Commit 4b8ba3a

Browse files
authored
Merge pull request #17 from rhythmictech/v1.X
Refactor to use aws provider instead of cloudformation
2 parents 61f3766 + e807c01 commit 4b8ba3a

File tree

9 files changed

+384
-229
lines changed

9 files changed

+384
-229
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
repos:
22
- repo: https://github.com/antonbabenko/pre-commit-terraform
3-
rev: v1.31.0
3+
rev: v1.77.0
44
hooks:
55
- id: terraform_docs
66
always_run: true
7-
args:
8-
- --args=--sort-by-required
97
- id: terraform_fmt
108
- id: terraform_tflint
119
alias: terraform_tflint_deep

.terraform.lock.hcl

Lines changed: 18 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.tflint.hcl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
config {
22
module = true
3-
deep_check = false
43
}
54

65
rule "terraform_deprecated_interpolation" {

README.md

Lines changed: 97 additions & 38 deletions
Large diffs are not rendered by default.

cloudformation.yml.tpl

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)