From 39d7314b3d082597afa4243effaa05d030a9f989 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 02:06:35 +0000 Subject: [PATCH] Update ESS region and deployment template ID (#6413) (#6418) (cherry picked from commit 6062cb905054fe353cf20863feed10c655640781) Co-authored-by: Shaunak Kashyap --- testing/environments/cloud/variables.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/environments/cloud/variables.tf b/testing/environments/cloud/variables.tf index 0250fb91904..86ac6bea9fc 100644 --- a/testing/environments/cloud/variables.tf +++ b/testing/environments/cloud/variables.tf @@ -1,13 +1,13 @@ ## Deployment configuration variable "ess_region" { - default = "gcp-us-west2" - description = "Optional ESS region where the deployment will be created. Defaults to gcp-us-west2" + default = "gcp-us-west1" + description = "Optional ESS region where the deployment will be created. Defaults to gcp-us-west1" type = string } variable "deployment_template" { - default = "gcp-compute-optimized-v2" + default = "gcp-compute-optimized" description = "Optional deployment template. Defaults to the CPU optimized template for GCP" type = string }