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.
2 parents 9865c69 + e942c86 commit e52183eCopy full SHA for e52183e
.github/workflows/terraform.yml
@@ -114,7 +114,7 @@ jobs:
114
- name: Terraform apply
115
id: appl
116
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
117
- run: terraform apply -auto-approve
+ run: terraform destroy -auto-approve
118
# -input=false -parallelism=1 plan.out
119
120
- name: Configure AWS credentials
0 commit comments