Skip to content

Commit

Permalink
Revert "Output disk uuid"
Browse files Browse the repository at this point in the history
  • Loading branch information
Arman-Keyoumarsi authored Mar 22, 2021
1 parent 786f9e0 commit eeb2ffd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ output "Windows-uuid" {
value = vsphere_virtual_machine.Windows.*.uuid
}

output "Windows-disks" {
value = { for d in flatten(vsphere_virtual_machine.Windows.*.disk) : d.label => d.uuid }
}

output "Linux-VM" {
description = "VM Names"
value = vsphere_virtual_machine.Linux.*.name
Expand All @@ -51,7 +47,3 @@ output "Linux-uuid" {
description = "UUID of the VM in vSphere"
value = vsphere_virtual_machine.Linux.*.uuid
}

output "Linux-disks" {
value = { for d in flatten(vsphere_virtual_machine.Linux.*.disk) : d.label => d.uuid }
}

0 comments on commit eeb2ffd

Please sign in to comment.