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 281eec4 commit b09f5f4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@ jobs:
with:
terraform_version: 1.6

- name: Download Planfile Artifact
uses: dawidd6/action-download-artifact@v7
with:
workflow: integrate.yml
name: terraform-planfile

- 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 b09f5f4

Please sign in to comment.