mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-14 17:07:15 -05:00
4 lines
112 B
HCL
4 lines
112 B
HCL
output "instance_ips" {
|
|
value = flatten(libvirt_domain.instance_group[*].network_interface[*].addresses[*])
|
|
}
|