fix(fullpipe): ALB/VS меняются только через модификатор (edge create неизменяем)
This commit is contained in:
@@ -14,8 +14,8 @@ resource "nubes_vc_nsxt_network" "edge_net" {
|
||||
ip_space_name = var.org_ip_space_name
|
||||
|
||||
qos_profile = var.nsxt_qos_profile
|
||||
need_enable_avi = var.nsxt_need_enable_avi
|
||||
virtual_services_count = var.nsxt_virtual_services_count
|
||||
need_enable_avi = var.nsxt_network_need_enable_avi
|
||||
virtual_services_count = var.nsxt_network_virtual_services_count
|
||||
|
||||
depends_on = [nubes_vc_org_ip_space.org_ips]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user