6 lines
127 B
HCL
6 lines
127 B
HCL
output "output" {
|
|
value = {
|
|
for server_key, server in proxmox_virtual_environment_vm.server : server_key => server
|
|
}
|
|
}
|