Skip to content

Commit c5d2b32

Browse files
Add vm name to output
1 parent c0daa6b commit c5d2b32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/virt-machine/output.tf

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
output "name" {
2+
value = libvirt_domain.virt-machine.*.name
3+
}
14
output "ip_address" {
25
value = libvirt_domain.virt-machine.*.network_interface.0.addresses.0
36
}

0 commit comments

Comments
 (0)