We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3482058 commit 8962b03Copy full SHA for 8962b03
.github/workflows/terraform-ci.yml
@@ -31,11 +31,6 @@ jobs:
31
- uses: hashicorp/setup-terraform@v3
32
with:
33
terraform_wrapper: false
34
- - run: terraform fmt -check -recursive -diff
35
- - run: terraform init -backend=false -lockfile=readonly -input=false -no-color
36
- - run: terraform validate -no-color
37
- - uses: terraform-linters/setup-tflint@v6.2.1
38
- with:
39
- cache: true
40
- - run: tflint --init
41
- - run: tflint --recursive
+ - run: terraform fmt -recursive
+ - run: terraform init -backend=false -lockfile=readonly
+ - run: terraform validate
0 commit comments