From b46465887748579639227a9f2daa02bbd317671c Mon Sep 17 00:00:00 2001 From: Anton Patsev Date: Fri, 2 Aug 2024 10:52:20 +0600 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B4=D0=BD=D0=BE=D0=B2=D1=80=D0=B5?= =?UTF-8?q?=D0=BC=D0=B5=D0=BD=D0=BD=D1=8B=D0=B9=20=D0=B7=D0=B0=D0=BF=D1=83?= =?UTF-8?q?=D1=81=D0=BA=20=D0=BD=D0=B5=D1=81=D0=BA=D0=BE=D0=BB=D1=8C=D0=BA?= =?UTF-8?q?=D0=B8=D1=85=20=D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D1=80=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/full/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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