Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 2 additions & 4 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v5
uses: actions/checkout@v6

- uses: actions/cache@v4
- uses: actions/cache@v5
name: Cache Plugins
with:
path: ~/.tflint.d/plugins
Expand All @@ -28,8 +28,6 @@ jobs:
uses: terraform-linters/setup-tflint@v6.2.1
env:
GITHUB_TOKEN: ${{ github.token }}
with:
tflint_version: v0.59.1

- name: Install Plugins
run: tflint --init
Expand Down
11 changes: 5 additions & 6 deletions .tflint.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugin "aws" {
enabled = true
version = "0.44.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}

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