Skip to content

Commit

Permalink
Added terraform apply in destroy stage
Browse files Browse the repository at this point in the history
  • Loading branch information
Abby Artagame committed Nov 12, 2024
1 parent 6eb468d commit 4d53b1b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tf-plan-apply-destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
run: |
terraform destroy -var-file='variables/dev.tfvars'
# # Terraform Destroy
# - name: Terraform Destroy
# run: |
# terraform apply -auto-approve terraform.tfplan
# Terraform Destroy
- name: Terraform Apply Destroy
run: |
terraform apply -auto-approve

0 comments on commit 4d53b1b

Please sign in to comment.