From 8eab03c40e75a63a6931b2598d3db47b74565284 Mon Sep 17 00:00:00 2001 From: ogrechko Date: Sun, 28 Dec 2025 07:23:24 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20terraform/output.tf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- terraform/output.tf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/terraform/output.tf b/terraform/output.tf index e440e5c..592eb9d 100644 --- a/terraform/output.tf +++ b/terraform/output.tf @@ -1 +1,3 @@ -3 \ No newline at end of file +output "vm_ips" { + value = { for k, v in var.vm_nodes : k => v.ip } +} \ No newline at end of file