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 637f4bf commit 1879196Copy full SHA for 1879196
.github/workflows/verify.yaml
@@ -80,6 +80,7 @@ jobs:
80
# Test destroy
81
- name: Validate destroy ${{ format('{0}-{1}-{2}', matrix.prefix-name, matrix.apply, matrix.public-gateway) }}
82
run: |
83
+ cd /tmp/workspace
84
./validate-notdeploy.sh ${TF_VAR_name_prefix} ${TF_VAR_vpc_public_gateway}
85
86
release:
0 commit comments