Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.17](backport #6413) [ESS Testing] Update ESS region and deployment template ID #6419

Merged
merged 2 commits into from
Dec 20, 2024
Merged
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: 3 additions & 3 deletions testing/environments/cloud/variables.tf
Original file line number Diff line number Diff line change
@@ -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
}
Expand Down
Loading