Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
remove continue-on-error from terraform apply/destroy steps
Browse files Browse the repository at this point in the history
Signed-off-by: Marques Johansson <mjohansson@equinix.com>
  • Loading branch information
displague committed Jun 3, 2024
1 parent 27893ef commit 173d965
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,8 @@ jobs:
- name: Terraform Apply
id: apply
timeout-minutes: 120
continue-on-error: true
run: terraform apply -input=false tfplan
- name: Terraform Destroy
continue-on-error: true
id: destroy
if: ${{ always() }}
run: terraform destroy -input=false -auto-approve
Expand Down

0 comments on commit 173d965

Please sign in to comment.