Update .gitea/workflows/tf-apply.yml

This commit is contained in:
2024-03-19 13:05:56 +02:00
parent 83eb7bf949
commit a8e817ae1e

View File

@@ -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 }}