Skip to content

Commit

Permalink
add cdrom to machine
Browse files Browse the repository at this point in the history
  • Loading branch information
Haibread committed Feb 3, 2024
1 parent b72f6f8 commit c1b3de0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions infrastructure-terraform/virtual_machines.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ resource "vsphere_virtual_machine" "test-machine" {
label = "disk0"
size = 20
}
cdrom {
client_device = true
}
clone {
template_uuid = data.vsphere_content_library_item.jammy-server.id
customize {
Expand Down

0 comments on commit c1b3de0

Please sign in to comment.