Skip to content

Commit

Permalink
bump tflint aws from 0.13 to 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
ehginanjar committed Sep 23, 2022
1 parent a1348ff commit 4e329c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup TFLint
uses: terraform-linters/setup-tflint@v2
uses: terraform-linters/setup-tflint@v1
- name: TFLint
run: ./tflint/tflint.sh
tfsec:
Expand Down
2 changes: 1 addition & 1 deletion tflint/.tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ config {

plugin "aws" {
enabled = true
version = "0.13.3"
version = "0.17.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}

Expand Down

0 comments on commit 4e329c3

Please sign in to comment.