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
@@ -38,7 +38,7 @@ jobs:
vault-master-password: ${{ secrets.VAULT_MASTER_PASSWORD }}
ansible-user: ${{ secrets.ANSIBLE_USER }}
- name: Terraform Apply
- name: Terraform Init and Apply
env:
VAULT_MASTER_PASSWORD: ${{ secrets.VAULT_MASTER_PASSWORD }}
ANSIBLE_USER: ${{ secrets.ANSIBLE_USER }}