From 779f74b68cc2e2fa9b4cb67ef1110e2e0694e875 Mon Sep 17 00:00:00 2001 From: Repinoid Date: Tue, 22 Sep 2026 18:11:00 +0300 Subject: [PATCH] =?UTF-8?q?fix(fullpipe):=20org=5Fip=5Fcount=20default=201?= =?UTF-8?q?=20(=D0=BD=D1=83=D0=B6=D0=B5=D0=BD=20=D1=81=D0=B2=D0=BE=D0=B1?= =?UTF-8?q?=D0=BE=D0=B4=D0=BD=D1=8B=D0=B9=20IP=20=D0=B4=D0=BB=D1=8F=20SNAT?= =?UTF-8?q?)?= 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 29f60fb..3028d11 100644 --- a/DEV_STAND/FullPipe/variables.tf +++ b/DEV_STAND/FullPipe/variables.tf @@ -118,6 +118,6 @@ variable "org_ip_space_name" { variable "org_ip_count" { type = number - default = 0 + default = 1 description = "Кол-во выделяемых внешних IP организации" }