feat(fullpipe): добавить модификатор vc_org ip_space (выделение внешних IP)
This commit is contained in:
@@ -101,3 +101,17 @@ variable "nsxt_second_dns" {
|
||||
default = "185.247.187.77"
|
||||
description = "Второй DNS"
|
||||
}
|
||||
|
||||
# --- vc_org (Организация в Cloud Director) — модификатор ip_space ---
|
||||
|
||||
variable "org_ip_space_name" {
|
||||
type = string
|
||||
default = "internet-ipv4-v1"
|
||||
description = "Имя ipSpace организации для выделения внешних IP (значение из ЛК)"
|
||||
}
|
||||
|
||||
variable "org_ip_count" {
|
||||
type = number
|
||||
default = 1
|
||||
description = "Кол-во выделяемых внешних IP организации"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user