Files
tf_provider/TEST_STAND/kuber/resources.tf
T
2026-07-09 09:15:05 +04:00

11 lines
368 B
Terraform

# ===== vcOrg и vcVdc — существующие, НЕ управляются Terraform =====
# org_uid и vdc_uid задаются в terraform.tfvars
# ===== vcNsxt (Edge Gateway) =====
resource "nubes_vc_nsxt" "edge" {
resource_name = "kc-edge-tf"
vdc_uid = var.vdc_uid
need_enable_a_v_i = true
virtual_services_count = 4
}