mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ff657a2ee7
Signed-off-by: Malte Poll <mp@edgeless.systems>
8 lines
137 B
HCL
8 lines
137 B
HCL
output "control_plane_ips" {
|
|
value = module.control_plane.instance_ips
|
|
}
|
|
|
|
output "worker_ips" {
|
|
value = module.worker.instance_ips
|
|
}
|