Skip to content

Commit 8962b03

Browse files
Update Terraform provider lock checksums for CI
1 parent 3482058 commit 8962b03

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/terraform-ci.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ jobs:
3131
- uses: hashicorp/setup-terraform@v3
3232
with:
3333
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
34+
- run: terraform fmt -recursive
35+
- run: terraform init -backend=false -lockfile=readonly
36+
- run: terraform validate

0 commit comments

Comments
 (0)