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