mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-14 10:24:24 -05:00
8 lines
137 B
Terraform
8 lines
137 B
Terraform
|
output "control_plane_ips" {
|
||
|
value = module.control_plane.instance_ips
|
||
|
}
|
||
|
|
||
|
output "worker_ips" {
|
||
|
value = module.worker.instance_ips
|
||
|
}
|