Skip to content

Commit 3d991a1

Browse files
committed
ci: pin code format terraform version
The formatter in Terraform 0.14 is currently not stable and keeps formatting `local.tf` until the syntax breaks. Use the same version of Terraform as the rest of the code.
1 parent f410c1b commit 3d991a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Code Format
1515
runs-on: ubuntu-latest
1616
container:
17-
image: hashicorp/terraform:latest
17+
image: hashicorp/terraform:0.12.29
1818
steps:
1919
- uses: actions/checkout@master
2020
- run: terraform fmt --recursive -check=true

0 commit comments

Comments
 (0)