Update .gitea/workflows/tf-apply.yml
This commit is contained in:
@@ -54,7 +54,7 @@ jobs:
|
|||||||
- uses: hashicorp/setup-terraform@v3
|
- uses: hashicorp/setup-terraform@v3
|
||||||
if: ${{ steps.check.outputs.code == 2 }}
|
if: ${{ steps.check.outputs.code == 2 }}
|
||||||
with:
|
with:
|
||||||
terraform_version: 1.5.7
|
terraform_version: 1.7.5
|
||||||
cli_config_credentials_token: ${{ secrets.tf-api-token }}
|
cli_config_credentials_token: ${{ secrets.tf-api-token }}
|
||||||
- name: Decrypt secrets
|
- name: Decrypt secrets
|
||||||
if: ${{ steps.check.outputs.code == 2 }}
|
if: ${{ steps.check.outputs.code == 2 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user