refactor(fullpipe): убрать зависимость от модификаторов (org_ips.tf, edge_network.tf) — чистые ресурсы vdc+nsxt

This commit is contained in:
Repinoid
2026-09-23 08:55:26 +03:00
parent eaa4593622
commit d78573de45
4 changed files with 0 additions and 62 deletions
-20
View File
@@ -101,23 +101,3 @@ variable "nsxt_second_dns" {
default = "185.247.187.77"
description = "Второй DNS"
}
variable "nsxt_qos_profile" {
type = string
default = "QoS-100Mbit"
description = "Профиль пропускной способности Edge"
}
# --- 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 = 3
description = "Кол-во выделяемых внешних IP организации (для Штурвала суммарно 3)"
}