mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(scaletest): change IP range to non-reserved in GCP (#9146)
Signed-off-by: Spike Curtis <spike@coder.com>
This commit is contained in:
@@ -12,7 +12,7 @@ resource "google_compute_subnetwork" "subnet" {
|
||||
project = var.project_id
|
||||
region = var.region
|
||||
network = google_compute_network.vpc.name
|
||||
ip_cidr_range = "10.10.0.0/24"
|
||||
ip_cidr_range = "10.200.0.0/24"
|
||||
}
|
||||
|
||||
resource "google_compute_global_address" "sql_peering" {
|
||||
|
||||
Reference in New Issue
Block a user