Files
terraform-lxd/outputs.tf
2024-01-27 17:25:58 +01:00

4 lines
66 B
HCL

output "ubuntu_ip" {
value = lxd_instance.ubuntu.ipv4_address
}