Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions infra/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,19 @@ variable "project_id" {
}

variable "region" {
default = "us-central1"
# temporary override from us-central1
default = "asia-southeast1"
type = string
description = "Google Cloud 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" {
Expand Down