Initial commit
This commit is contained in:
@@ -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 }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user