From f6c8a24edc757213498c7609bc899aef4d935abb Mon Sep 17 00:00:00 2001 From: Miguel Elhaiek Date: Wed, 10 Apr 2024 14:10:43 -0300 Subject: [PATCH] Delete bucket, policy, ALB and role, try again --- .github/workflows/build_and_deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 71580b3..ffc9d0b 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -36,9 +36,9 @@ jobs: run: terraform init working-directory: terraform - # - name: Terraform Refresh - # run: terraform refresh - # working-directory: terraform + - name: Terraform Refresh + run: terraform refresh + working-directory: terraform - name: Terraform Plan run: terraform plan -out=tfplan