output.tf (86B)
1 output "ip" { 2 value = "${libvirt_domain.debian12.network_interface.0.addresses.0}" 3 }