Skip to content

Commit

Permalink
Moving target group and listener to be configured at the same time of…
Browse files Browse the repository at this point in the history
… the ALB
  • Loading branch information
Miguel Elhaiek committed Apr 9, 2024
1 parent ce27096 commit 64ed72c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64ed72c

Please sign in to comment.