Skip to content

Commit 3a1caab

Browse files
Update terraform.yml
1 parent 1966041 commit 3a1caab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
with:
7878
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
7979
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
80-
aws-region: "eu-east-1"
80+
aws-region: "us-east-1"
8181

8282
# Initialize a new or existing Terraform working directory by creating initial files, loading any remote state, downloading modules, etc.
8383
- name: Terraform Init

0 commit comments

Comments
 (0)