Skip to content

Commit 684deb0

Browse files
committed
added VM disk output
1 parent 942d563 commit 684deb0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

output.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,8 @@ output "uuid" {
2727
description = "UUID of the VM in vSphere"
2828
value = vsphere_virtual_machine.vm.*.uuid
2929
}
30+
31+
output "disk" {
32+
description = "Disks of the deployed VM"
33+
value = vsphere_virtual_machine.vm.*.disk
34+
}

0 commit comments

Comments
 (0)