From 099494eb634238b4c684646a72c15109ea0c770c Mon Sep 17 00:00:00 2001 From: Repinoid Date: Tue, 22 Sep 2026 17:46:23 +0300 Subject: [PATCH] =?UTF-8?q?test(fullpipe):=20org=5Fip=5Fcount=20default=20?= =?UTF-8?q?0=20=D0=BF=D0=BE=D1=81=D0=BB=D0=B5=20=D0=BF=D1=80=D0=BE=D0=B2?= =?UTF-8?q?=D0=B5=D1=80=D0=BA=D0=B8=20modify=201=E2=86=920?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DEV_STAND/FullPipe/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEV_STAND/FullPipe/variables.tf b/DEV_STAND/FullPipe/variables.tf index 08aaa74..52d5053 100644 --- a/DEV_STAND/FullPipe/variables.tf +++ b/DEV_STAND/FullPipe/variables.tf @@ -112,6 +112,6 @@ variable "org_ip_space_name" { variable "org_ip_count" { type = number - default = 1 + default = 0 description = "Кол-во выделяемых внешних IP организации" }