Skip to content

Commit

Permalink
Update esxi-rhel8.tf.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
djdanielsson authored Nov 20, 2024
1 parent 6d86b39 commit a4948b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/terraform/templates/esxi-rhel8.tf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ resource "esxi_guest" "{{ each.name }}" {
guest_name = "{{ each.name }}"
disk_store = "{{ each.datastore | default('datastore1') }}"
boot_disk_type = "{{ each.disk_type | default('thin') }}"
boot_disk_size = "{{ each.disk_size | default('20') }}"
guestos = "rhel8-64"
boot_firmware = "efi"
memsize = {{ each.mem | default(1) }}*1024
Expand Down

0 comments on commit a4948b9

Please sign in to comment.