We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 871afdf commit 9700cfaCopy full SHA for 9700cfa
1 file changed
.github/workflows/cicd-2-publish.yaml
@@ -92,6 +92,8 @@ jobs:
92
TF_VAR_API_CA_CERT: ${{ secrets.API_CA_CERT }}
93
TF_VAR_API_CLIENT_CERT: ${{ secrets.API_CLIENT_CERT }}
94
TF_VAR_API_PRIVATE_KEY_CERT: ${{ secrets.API_PRIVATE_KEY_CERT }}
95
+
96
+ # just planning for now for safety and until review
97
run: |
98
mkdir -p ./build
99
echo "Running: make terraform env=$ENVIRONMENT workspace=$WORKSPACE stack=networking tf-command=plan"
0 commit comments