Skip to content

Commit

Permalink
Merge pull request #78 from Terraform-VMWare-Modules/revert-72-featur…
Browse files Browse the repository at this point in the history
…e/disk-output

Revert "Output disk uuid"
  • Loading branch information
Arman-Keyoumarsi authored Mar 22, 2021
2 parents 786f9e0 + eeb2ffd commit 5f9ae54
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 5f9ae54

Please sign in to comment.