Skip to content

Commit 567b4c7

Browse files
region changed
1 parent 86b3664 commit 567b4c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
terraform_wrapper: false
2626
- name: Terraform init
2727
id: init
28-
run: terraform init -backend-config="bucket=$TF_STATE_BUCKET_NAME" -backend-config="region=us-east-1"
28+
run: terraform init -backend-config="bucket=$TF_STATE_BUCKET_NAME" -backend-config="region=ap-south-1"
2929
working-directory: ./terraform
3030
- name: Terraform Plan
3131
id: plan

0 commit comments

Comments
 (0)