Skip to content

Commit

Permalink
update tflint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Constantin07 committed Jul 1, 2023
1 parent 077219c commit 53dda06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tflint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
workflow_dispatch:

env:
terraform_version: 1.5.1
terraform_version: 1.5.2

jobs:
tflint:
Expand Down
2 changes: 1 addition & 1 deletion .tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ plugin "terraform" {

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

0 comments on commit 53dda06

Please sign in to comment.