From a21aecbc2b309650627d6a49ad30db074c8c1c3b Mon Sep 17 00:00:00 2001 From: MariusB-DevOps <marius@osips.eu> Date: Wed, 4 Dec 2024 20:53:46 +0200 Subject: [PATCH] Update terraform-apply.yml --- .github/workflows/terraform-apply.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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