Workaround overlapping networks

This commit is contained in:
Wiktor Niesiobędzki
2024-10-22 18:15:06 +00:00
committed by Wiktor Niesiobędzki
parent 28160055af
commit 59eade7c48

View File

@@ -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
}
]