Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 committed Aug 22, 2024
1 parent 35870a8 commit 33788f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/terragrunt_destroy_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -494,10 +494,12 @@ jobs:
sleep 30
- name: aws cleanup EKS network and ELBs
run: |
scripts/cleanupEKSNetwork.sh
scripts/cleanupELB.sh
- name: terragrunt destroy eks post-spot cleanup
run: |
cd env/dev/eks
terragrunt destroy --var-file /var/tmp/dev.tfvars --terragrunt-non-interactive -auto-approve
Expand Down

0 comments on commit 33788f9

Please sign in to comment.