Skip to content

Commit 0403606

Browse files
committed
Set default integration region to us-east1
us-east4 is not supported by Cloud Functions
1 parent cb36012 commit 0403606

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ if [ -z "${SERVICE_ACCOUNT_JSON}" ]; then
2828
fi
2929

3030
export TF_VAR_project_id="${PROJECT_ID}"
31-
export TF_VAR_region="${REGION:-us-east4}"
32-
export TF_VAR_zone="${ZONE:-us-east4-a}"
31+
export TF_VAR_region="${REGION:-us-east1}"
32+
export TF_VAR_zone="${ZONE:-us-east1-b}"
3333

3434
DELETE_AT_EXIT="$(mktemp -d)"
3535
finish() {

0 commit comments

Comments
 (0)