fix(fullpipe): org_ip_count default 1 (нужен свободный IP для SNAT)

This commit is contained in:
Repinoid
2026-09-22 18:11:00 +03:00
parent e0604fd9f9
commit 779f74b68c
+1 -1
View File
@@ -118,6 +118,6 @@ variable "org_ip_space_name" {
variable "org_ip_count" {
type = number
default = 0
default = 1
description = "Кол-во выделяемых внешних IP организации"
}