constellation/cli/internal/terraform/terraform/qemu/outputs.tf
Daniel Weiße 804c173d52
Use terraform in CLI to create QEMU cluster (#172)
* 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>
2022-09-26 15:52:31 +02:00

3 lines
63 B
HCL

output "ip" {
value = module.control_plane.instance_ips[0]
}