We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d914829 commit d7edca8Copy full SHA for d7edca8
.github/workflows/lint.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Setup Terraform
29
uses: hashicorp/setup-terraform@v3
30
with:
31
- terraform_version: 1.7.4
+ terraform_version: 1.10.2
32
33
- name: terraform init
34
run: terraform init -backend=false
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
63
- name: Terraform init
64
@@ -68,7 +68,7 @@ jobs:
68
69
# https://github.com/terraform-linters/tflint/blob/master/docs/user-guide/plugins.md#avoiding-rate-limiting
70
github_token: ${{ github.token }}
71
- tflint_version: v0.50.3
+ tflint_version: v0.54.0
72
73
- name: Init TFLint
74
run: tflint --init
0 commit comments