We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0daa6b commit c5d2b32Copy full SHA for c5d2b32
modules/virt-machine/output.tf
@@ -1,3 +1,6 @@
1
+output "name" {
2
+ value = libvirt_domain.virt-machine.*.name
3
+}
4
output "ip_address" {
5
value = libvirt_domain.virt-machine.*.network_interface.0.addresses.0
6
}
0 commit comments