Skip to content

Commit

Permalink
Add region to terraform plan
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Nov 15, 2024
1 parent 7cc8fa3 commit a82a206
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: "us-east-1"

- name: Terraform apply
if: github.ref == 'refs/heads/integration'
Expand Down

0 comments on commit a82a206

Please sign in to comment.