feat(fullpipe): добавить модификатор vc_org ip_space (выделение внешних IP)

This commit is contained in:
Repinoid
2026-09-22 16:40:20 +03:00
parent eb85a3dc72
commit 4bfbce4f44
3 changed files with 32 additions and 0 deletions
+14
View File
@@ -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 организации"
}