We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 942d563 + 684deb0 commit d72889eCopy full SHA for d72889e
output.tf
@@ -27,3 +27,8 @@ output "uuid" {
27
description = "UUID of the VM in vSphere"
28
value = vsphere_virtual_machine.vm.*.uuid
29
}
30
+
31
+output "disk" {
32
+ description = "Disks of the deployed VM"
33
+ value = vsphere_virtual_machine.vm.*.disk
34
+}
0 commit comments