Refactor Terraform workflow to include Terraform Init and Apply
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user