Skip to content

Commit

Permalink
Set default integration region to us-east1
Browse files Browse the repository at this point in the history
us-east4 is not supported by Cloud Functions
  • Loading branch information
aaron-lane committed Feb 21, 2019
1 parent cb36012 commit 0403606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ if [ -z "${SERVICE_ACCOUNT_JSON}" ]; then
fi

export TF_VAR_project_id="${PROJECT_ID}"
export TF_VAR_region="${REGION:-us-east4}"
export TF_VAR_zone="${ZONE:-us-east4-a}"
export TF_VAR_region="${REGION:-us-east1}"
export TF_VAR_zone="${ZONE:-us-east1-b}"

DELETE_AT_EXIT="$(mktemp -d)"
finish() {
Expand Down

0 comments on commit 0403606

Please sign in to comment.