Refactor Terraform workflow to use sectool for plan execution
This commit is contained in:
@@ -94,7 +94,7 @@ jobs:
|
||||
VAULT_MASTER_PASSWORD: ${{ secrets.VAULT_MASTER_PASSWORD }}
|
||||
run: |
|
||||
cd terraform/k8sapps
|
||||
sectool exec terraform plan -out=tfplan -no-color
|
||||
sectool exec -n terraform plan -out=tfplan -no-color
|
||||
|
||||
- name: Show Terraform Plan
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user