Skip to content

Commit 59e272b

Browse files
author
scrungus
committed
tf trace
1 parent fe2b85b commit 59e272b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/stackhpc-capi-all-in-one.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ jobs:
7575
- uses: actions/checkout@v3
7676
with:
7777
submodules: true
78+
79+
- name: install zip
80+
run: |
81+
sudo apt install -y zip unzip
7882
7983
- name: Install terraform
8084
uses: hashicorp/setup-terraform@v2
@@ -123,6 +127,7 @@ jobs:
123127
OS_CLOUD: ${{ inputs.OS_CLOUD }}
124128
OS_APPLICATION_CREDENTIAL_ID: ${{ secrets.OS_APPLICATION_CREDENTIAL_ID }}
125129
OS_APPLICATION_CREDENTIAL_SECRET: ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }}
130+
TF_LOG: trace
126131

127132
- name: Terraform Apply
128133
run: terraform apply -auto-approve

0 commit comments

Comments
 (0)