test(fullpipe): org_ip_count default 0 после проверки modify 1→0

This commit is contained in:
Repinoid
2026-09-22 17:46:23 +03:00
parent 5ec3936235
commit 099494eb63
+1 -1
View File
@@ -112,6 +112,6 @@ variable "org_ip_space_name" {
variable "org_ip_count" {
type = number
default = 1
default = 0
description = "Кол-во выделяемых внешних IP организации"
}