Skip to content

Commit d72889e

Browse files
Merge pull request #104 from dstoffel/feature/output-disk
added VM disk output
2 parents 942d563 + 684deb0 commit d72889e

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)