Skip to content

Commit

Permalink
Update destroy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LamSut authored Dec 19, 2024
1 parent 974544e commit 6e1f59f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ jobs:
- name: Terraform Init
run: terraform init

- name: Terraform Plan Destroy
run: terraform plan -destroy

- name: Terraform Destroy
run: terraform destroy --auto-approve

0 comments on commit 6e1f59f

Please sign in to comment.