We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2b85b commit 59e272bCopy full SHA for 59e272b
.github/workflows/stackhpc-capi-all-in-one.yml
@@ -75,6 +75,10 @@ jobs:
75
- uses: actions/checkout@v3
76
with:
77
submodules: true
78
+
79
+ - name: install zip
80
+ run: |
81
+ sudo apt install -y zip unzip
82
83
- name: Install terraform
84
uses: hashicorp/setup-terraform@v2
@@ -123,6 +127,7 @@ jobs:
123
127
OS_CLOUD: ${{ inputs.OS_CLOUD }}
124
128
OS_APPLICATION_CREDENTIAL_ID: ${{ secrets.OS_APPLICATION_CREDENTIAL_ID }}
125
129
OS_APPLICATION_CREDENTIAL_SECRET: ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }}
130
+ TF_LOG: trace
126
131
132
- name: Terraform Apply
133
run: terraform apply -auto-approve
0 commit comments