Skip to content

Commit eeb2ffd

Browse files
Revert "Output disk uuid"
1 parent 786f9e0 commit eeb2ffd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

output.tf

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ output "Windows-uuid" {
2828
value = vsphere_virtual_machine.Windows.*.uuid
2929
}
3030

31-
output "Windows-disks" {
32-
value = { for d in flatten(vsphere_virtual_machine.Windows.*.disk) : d.label => d.uuid }
33-
}
34-
3531
output "Linux-VM" {
3632
description = "VM Names"
3733
value = vsphere_virtual_machine.Linux.*.name
@@ -51,7 +47,3 @@ output "Linux-uuid" {
5147
description = "UUID of the VM in vSphere"
5248
value = vsphere_virtual_machine.Linux.*.uuid
5349
}
54-
55-
output "Linux-disks" {
56-
value = { for d in flatten(vsphere_virtual_machine.Linux.*.disk) : d.label => d.uuid }
57-
}

0 commit comments

Comments
 (0)