From cf012fae2e51e4ccc79d20359d6cc399f14bd85f Mon Sep 17 00:00:00 2001 From: Adam Ross Date: Thu, 18 May 2023 13:17:21 -0700 Subject: [PATCH] temporary: testing test behavior in asia-southeast1 --- infra/variables.tf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/infra/variables.tf b/infra/variables.tf index 3a334424..f5fb2033 100644 --- a/infra/variables.tf +++ b/infra/variables.tf @@ -22,7 +22,8 @@ variable "project_id" { } variable "region" { - default = "us-central1" + # temporary override from us-central1 + default = "asia-southeast1" type = string description = "Google Cloud Region" } @@ -30,9 +31,10 @@ variable "region" { # HSA variable "zone" { + # temporary override from us-central1-c type = string description = "GCP zone for provisioning zonal resources." - default = "us-central1-c" + default = "asia-southeast1-a" } variable "labels" {