refactor(fullpipe): убрать зависимость от модификаторов (org_ips.tf, edge_network.tf) — чистые ресурсы vdc+nsxt

This commit is contained in:
Repinoid
2026-09-23 08:55:26 +03:00
parent eaa4593622
commit d78573de45
4 changed files with 0 additions and 62 deletions
-5
View File
@@ -27,8 +27,3 @@ output "nsxt_state_params" {
description = "Параметры состояния Edge (vc_nsxt) из API"
value = nubes_vc_nsxt.edge.state_params
}
output "org_ip_space" {
description = "Выделенные внешние IP организации (v_ip_configure)"
value = nubes_vc_org_ip_space.org_ips.v_ip_configure
}