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