From 8a00bc31bfdd497619dc25af9a38dcad9a0fc575 Mon Sep 17 00:00:00 2001 From: gregory hendrickson Date: Wed, 15 Mar 2023 15:13:52 -0700 Subject: [PATCH] set static region/zone --- variables.tf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/variables.tf b/variables.tf index fb79893..d870173 100644 --- a/variables.tf +++ b/variables.tf @@ -6,9 +6,12 @@ variable "project_id" { variable "region" { type = string description = "The region to deploy resources into" + default = "us-central1" } + variable "zone" { type = string description = "The zone in which resource to be deployed" + default = "us-central1-f" } \ No newline at end of file