Skip to content

Commit 676da8c

Browse files
force pin TF to 1.5.7
1 parent 82b4aca commit 676da8c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/terraform.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,9 @@ jobs:
204204
- name: Setup Terraform
205205
uses: hashicorp/setup-terraform@v2
206206
with:
207-
terraform_version: latest
207+
# To reset after 1.6 problem is fixed
208+
# terraform_version: latest
209+
terraform_version: 1.5.7
208210
cli_config_credentials_token: ${{ secrets.TFE_TOKEN }}
209211

210212
- name: Setup Helm

0 commit comments

Comments
 (0)