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 53755bf commit 96740d7Copy full SHA for 96740d7
.github/workflows/ci.yml
@@ -103,7 +103,7 @@ jobs:
103
# grep "Hello from Lambda!" response.json
104
105
- name: Destroy Terraform Resources in Localstack
106
- run: terraform destroy -var access_key=test -var secret_key=test
+ run: terraform destroy -var access_key=test -var secret_key=test -auto-approve
107
108
plan-infra:
109
needs: [create-lambda-layer-zip, test-infra]
0 commit comments