stand(FullPipe): vc_nsxt (edge.tf), storage_config fast->SATA, provider 2.0.4

This commit is contained in:
Repinoid
2026-09-21 19:57:48 +03:00
parent 140100378f
commit d608fba338
5 changed files with 84 additions and 3 deletions
+15
View File
@@ -12,3 +12,18 @@ output "vdc_state_params" {
description = "Параметры состояния VDC из API"
value = nubes_vc_vdc.vdc.state_params
}
output "nsxt_id" {
description = "UID созданного Edge (vc_nsxt)"
value = nubes_vc_nsxt.edge.id
}
output "nsxt_name" {
description = "Имя Edge (vc_nsxt)"
value = nubes_vc_nsxt.edge.resource_name
}
output "nsxt_state_params" {
description = "Параметры состояния Edge (vc_nsxt) из API"
value = nubes_vc_nsxt.edge.state_params
}