From 42eb86481d87542ddc625f6a14eae4d85ff59b28 Mon Sep 17 00:00:00 2001 From: Ivy Fan-Chiang Date: Sun, 15 Oct 2023 07:50:30 -0400 Subject: [PATCH] update gcp zone --- deploy_bundle/resources.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy_bundle/resources.tf b/deploy_bundle/resources.tf index 4275e7a..bb93671 100644 --- a/deploy_bundle/resources.tf +++ b/deploy_bundle/resources.tf @@ -11,7 +11,7 @@ provider "google" { credentials = file("gcp_creds.json") project = "omega-presence-402013" region = "northamerica-northeast2" - zone = "northamerica-northeast2" + zone = "northamerica-northeast2-a" } resource "google_compute_network" "project_vpc" {