mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00: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
|
project = var.project_id
|
||||||
region = var.region
|
region = var.region
|
||||||
network = google_compute_network.vpc.name
|
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" {
|
resource "google_compute_global_address" "sql_peering" {
|
||||||
|
Reference in New Issue
Block a user