Skip to content

Commit

Permalink
edited destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
KevJimenez committed Feb 5, 2024
1 parent e2409ab commit 31f480b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- name: Run ansible playbook for uninstallation
run: ansible-playbook -i aws_ec2.yml destroyinf.yml

- name: Terraform init
run: terraform init

# On push to "main", build or change infrastructure according to Terraform configuration files
# Note: It is recommended to set up a required "strict" status check in your repository for "Terraform Cloud". See the documentation on "strict" required status checks for more information: https://help.github.com/en/github/administering-a-repository/types-of-required-status-checks
- name: Terraform Destroy
Expand Down

0 comments on commit 31f480b

Please sign in to comment.