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

9 files changed

+384
-229
lines changed

Diff for: .pre-commit-config.yaml

+1-3
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

Diff for: .terraform.lock.hcl

+18-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: .tflint.hcl

-1
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" {

Diff for: README.md

+97-38
Large diffs are not rendered by default.

Diff for: cloudformation.yml.tpl

-92
This file was deleted.

0 commit comments

Comments
 (0)