Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpeople committed Mar 6, 2024
1 parent 11bf4cf commit 0197124
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vsphere/vsphere_vm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ resource "vsphere_virtual_machine" "local" {
disk[0].io_share_count,
disk[0].thin_provisioned,
disk[1].io_share_count,
disk[1].io_share_count
disk[1].io_share_count,
hv_mode,
ept_rvi_mode
]
}
}
Expand Down

0 comments on commit 0197124

Please sign in to comment.