diff --git a/.github/workflows/terraform-apply.yml b/.github/workflows/terraform-apply.yml index b6bc3f1..74d8d1f 100644 --- a/.github/workflows/terraform-apply.yml +++ b/.github/workflows/terraform-apply.yml @@ -20,4 +20,4 @@ jobs: run: | cd terraform/terraform-modules/tf-ec2-module/ terraform init - terraform apply -auto-approve + terraform destroy -auto-approve