Skip to content

Commit

Permalink
Workaround overlapping networks
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktorn committed Oct 22, 2024
1 parent 6f2ec7a commit 708cc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprints/data-solutions/vertex-mlops/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
Expand Down

0 comments on commit 708cc55

Please sign in to comment.