Skip to content

Commit

Permalink
benchmarks: move to gcp-cpu-optimized template (#14515)
Browse files Browse the repository at this point in the history
  • Loading branch information
1pkg authored Nov 1, 2024
1 parent cb9f315 commit 2555e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/benchmark/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ variable "ess_region" {
}

variable "deployment_template" {
default = "gcp-compute-optimized-v3"
default = "gcp-cpu-optimized"
description = "Optional deployment template. Defaults to the CPU optimized template for GCP"
type = string
}
Expand Down

0 comments on commit 2555e85

Please sign in to comment.