Refactor Terraform workflow to include Terraform Init and Apply
This commit is contained in:
@@ -39,7 +39,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 }}
|
||||
SYSTEM_ID: ${{ steps.get-host-info.outputs.system-id }}
|
||||
|
||||
Reference in New Issue
Block a user