Initial commit

This commit is contained in:
2026-05-12 23:30:07 +02:00
parent d7043ef34e
commit 5ce7b6a78f
4 changed files with 4 additions and 21 deletions

View File

@@ -4,7 +4,7 @@ output "vm_names" {
}
output "vm_ips" {
description = "Mapping nom de VM -> IP"
description = "Mapping nom de VM - IP"
value = { for name, vm in local.vms : name => vm.ip }
}