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 ---
/*
# vcNsxt -> modify (modifier: network) — включение SNAT / сетевые настройки Edge.
# Внешний IP берём из организации (тот же ipSpace, что выделен в vc_org).
resource "nubes_vc_nsxt_network" "edge_net" {
@@ -19,3 +21,4 @@ resource "nubes_vc_nsxt_network" "edge_net" {
depends_on = [nubes_vc_org_ip_space.org_ips]
}
*/