Refactor Terraform workflow to include Terraform Init and Apply

This commit is contained in:
2024-10-06 18:10:57 +02:00
parent 5c2ad78d13
commit ea533c2ef5
3 changed files with 3 additions and 3 deletions
@@ -25,7 +25,7 @@ jobs:
- name: Setup Terraform environment
uses: ./.github/actions/setup-terraform-env
- name: Terraform Init
- name: Terraform Init and Apply
env:
VAULT_MASTER_PASSWORD: ${{ secrets.VAULT_MASTER_PASSWORD }}
run: |