Skip to content

Commit

Permalink
Create ALB instead of NLB
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Elhaiek committed Apr 6, 2024
1 parent 47af1bf commit d051695
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
run: terraform init
working-directory: terraform

- name: Terraform Refresh
run: terraform refresh
working-directory: terraform

- name: Terraform Plan
run: terraform plan -out=tfplan
working-directory: terraform
Expand Down

0 comments on commit d051695

Please sign in to comment.