Skip to content

Commit

Permalink
Update terraform-destroy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZinxValkyria authored Mar 4, 2024
1 parent 0bfe294 commit 6fb7349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform-destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
working-directory: terraform
steps:
- uses: actions/checkout@v4
- name: Terraform destroy
run: terraform destroy --auto-approve
- name: Terraform init and destroy
run: Terraform init && terraform destroy --auto-approve

0 comments on commit 6fb7349

Please sign in to comment.