fix(fullpipe): org_ip_count default 1 (нужен свободный IP для SNAT)
This commit is contained in:
@@ -118,6 +118,6 @@ variable "org_ip_space_name" {
|
|||||||
|
|
||||||
variable "org_ip_count" {
|
variable "org_ip_count" {
|
||||||
type = number
|
type = number
|
||||||
default = 0
|
default = 1
|
||||||
description = "Кол-во выделяемых внешних IP организации"
|
description = "Кол-во выделяемых внешних IP организации"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user