fix(fullpipe): ALB=true и VS=3 при создании Edge, модификатор только SNAT, раскомментировать всё

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