Skip to content

Commit

Permalink
force pin TF to 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
thepoppingone authored Oct 5, 2023
1 parent 82b4aca commit 676da8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,9 @@ jobs:
- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
with:
terraform_version: latest
# To reset after 1.6 problem is fixed
# terraform_version: latest
terraform_version: 1.5.7
cli_config_credentials_token: ${{ secrets.TFE_TOKEN }}

- name: Setup Helm
Expand Down

0 comments on commit 676da8c

Please sign in to comment.