Skip to content

Commit 5f9ae54

Browse files
Merge pull request #78 from Terraform-VMWare-Modules/revert-72-feature/disk-output
Revert "Output disk uuid"
2 parents 786f9e0 + eeb2ffd commit 5f9ae54

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)