Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
LamSut committed Oct 16, 2024
1 parent 676a29e commit 2b138e5
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,25 +65,4 @@ jobs:

- name: Destroy infrastructure (manual)
if: ${{ needs.destroy }}
run: terraform destroy --auto-approve

jobs:
validate:
needs: terraform
outputs:
validate: true

plan:
needs: validate
outputs:
plan: true

apply:
needs: plan
outputs:
apply: true

destroy:
needs: apply
outputs:
destroy: true
run: terraform destroy --auto-approve

0 comments on commit 2b138e5

Please sign in to comment.