test(fullpipe): закомментировать Edge/edge_net/org_ips — оставить только VDC для destroy-проверки

This commit is contained in:
Repinoid
2026-09-22 18:30:28 +03:00
parent 7a6e3bd1e5
commit 34c8e72e46
4 changed files with 11 additions and 0 deletions
+3
View File
@@ -1,3 +1,5 @@
# --- ЗАКОММЕНТИРОВАНО: destroy всего, кроме VDC ---
/*
# vcOrg -> modify (modifier: ip_space) — выделение внешних IP организации.
# UUID организации берём из состояния созданного VDC (state_params.organizationUid),
# т.к. var.organization может быть display-именем, а модификатору нужен UUID.
@@ -11,3 +13,4 @@ resource "nubes_vc_org_ip_space" "org_ips" {
# modify организации доступен только после создания VDC и Edge
depends_on = [nubes_vc_nsxt.edge]
}
*/