feat(fullpipe): добавить модификатор vc_nsxt network (SNAT с внешним IP из vc_org)

This commit is contained in:
Repinoid
2026-09-22 18:10:12 +03:00
parent 099494eb63
commit e0604fd9f9
2 changed files with 27 additions and 0 deletions
+6
View File
@@ -102,6 +102,12 @@ variable "nsxt_second_dns" {
description = "Второй DNS"
}
variable "nsxt_qos_profile" {
type = string
default = "QoS-100Mbit"
description = "Профиль пропускной способности Edge"
}
# --- vc_org (Организация в Cloud Director) — модификатор ip_space ---
variable "org_ip_space_name" {