diff --git a/examples/full/main.tf b/examples/full/main.tf index 8a6ace5..a84d2ef 100644 --- a/examples/full/main.tf +++ b/examples/full/main.tf @@ -5,14 +5,14 @@ module "network" { folder_id = data.yandex_client_config.client.folder_id - blank_name = "vpc-nat-gateway" + blank_name = "instance-vpc-nat-gateway" labels = { repo = "terraform-yacloud-modules/terraform-yandex-vpc" } azs = ["ru-central1-a"] - private_subnets = [["10.10.10.0/24"]] + private_subnets = [["10.1.10.0/24"]] create_vpc = true create_nat_gateway = true