From 59eade7c4828fc8a6478a5326c5fdea4b7656615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wiktor=20Niesiob=C4=99dzki?= Date: Tue, 22 Oct 2024 18:15:06 +0000 Subject: [PATCH] Workaround overlapping networks --- blueprints/data-solutions/vertex-mlops/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints/data-solutions/vertex-mlops/main.tf b/blueprints/data-solutions/vertex-mlops/main.tf index 453392f8e..e93767d24 100644 --- a/blueprints/data-solutions/vertex-mlops/main.tf +++ b/blueprints/data-solutions/vertex-mlops/main.tf @@ -143,7 +143,7 @@ module "vpc-local" { { name = "subnet-${var.region}", region = var.region, - ip_cidr_range = "10.4.0.0/24" + ip_cidr_range = "10.5.0.0/24" enable_private_access = true } ]