mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-08 09:15:29 -04:00

* Use terraform in CLI to create QEMU cluster * Dont allow qemu creation on os/arch other than linux/amd64 * Allow usage of --name flag for QEMU resources Signed-off-by: Daniel Weiße <dw@edgeless.systems>
3 lines
63 B
HCL
3 lines
63 B
HCL
output "ip" {
|
|
value = module.control_plane.instance_ips[0]
|
|
}
|