feat(workflows): init terraform

This commit is contained in:
2023-12-09 10:05:03 +02:00
parent c490436055
commit 4e4e783476
2 changed files with 0 additions and 16 deletions

View File

@@ -2,8 +2,6 @@ name: tf-apply
on:
workflow_call:
secrets:
gpg-key:
required: true
tf-api-token:
required: true
ssh-private-key:
@@ -19,10 +17,6 @@ jobs:
tfplanexitcode: ${{ steps.tfplan.outputs.exitcode }}
steps:
- name: Blackbox decrypt
uses: .gitea/workflows/sec-blackbox-decrypt.yml@main
secrets:
gpg-key: ${{ secrets.gpg-key }}
- uses: hashicorp/setup-terraform@v2
with:
terraform_version: 1.5.7
@@ -77,10 +71,6 @@ jobs:
if: needs.tf-plan.outputs.tfplanexitcode == 2
steps:
- name: Blackbox decrypt
uses: .gitea/workflows/sec-blackbox-decrypt.yml@main
secrets:
gpg-key: ${{ secrets.gpg-key }}
- uses: hashicorp/setup-terraform@v2
with:
terraform_version: 1.5.7