diff --git a/TEST_STAND/kuber/resources.tf b/TEST_STAND/kuber/resources.tf index adbd155..f13455d 100644 --- a/TEST_STAND/kuber/resources.tf +++ b/TEST_STAND/kuber/resources.tf @@ -1,2 +1,10 @@ # ===== 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 +}