mirror of
https://github.com/ghndrx/GSP662.git
synced 2026-02-10 06:54:58 +00:00
set static region/zone
This commit is contained in:
@@ -6,9 +6,12 @@ variable "project_id" {
|
|||||||
variable "region" {
|
variable "region" {
|
||||||
type = string
|
type = string
|
||||||
description = "The region to deploy resources into"
|
description = "The region to deploy resources into"
|
||||||
|
default = "us-central1"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
variable "zone" {
|
variable "zone" {
|
||||||
type = string
|
type = string
|
||||||
description = "The zone in which resource to be deployed"
|
description = "The zone in which resource to be deployed"
|
||||||
|
default = "us-central1-f"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user