refactor(fullpipe): убрать зависимость от модификаторов (org_ips.tf, edge_network.tf) — чистые ресурсы vdc+nsxt
This commit is contained in:
@@ -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)"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user