Skip to content

Commit

Permalink
Merge pull request #15 from Zwell-Home/tf-destroy
Browse files Browse the repository at this point in the history
tf destroy
  • Loading branch information
rgraue authored Mar 29, 2024
2 parents cbe4a14 + b029339 commit 0f3b668
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/terraform-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
with:
workspace: ${{ env.TF_WORKSPACE }}
configuration_version: ${{ steps.apply-upload.outputs.configuration_version_id }}
is_destroy: true

# terraform apply the plan
- name: Apply
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/terraform-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
workspace: ${{ env.TF_WORKSPACE }}
configuration_version: ${{ steps.plan-upload.outputs.configuration_version_id }}
plan_only: true
is_destroy: true

# Gets the plan and logs it in pipeline for debugging
- name: Get Plan Output
Expand Down

0 comments on commit 0f3b668

Please sign in to comment.