We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a6d62 commit c66befbCopy full SHA for c66befb
scaletest/terraform/gcp_vpc.tf
@@ -12,7 +12,7 @@ resource "google_compute_subnetwork" "subnet" {
12
project = var.project_id
13
region = var.region
14
network = google_compute_network.vpc.name
15
- ip_cidr_range = "10.10.0.0/24"
+ ip_cidr_range = "10.200.0.0/24"
16
}
17
18
resource "google_compute_global_address" "sql_peering" {
0 commit comments