We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba517b2 commit 2809a0eCopy full SHA for 2809a0e
data/data/vsphere/bootstrap/main.tf
@@ -24,6 +24,7 @@ resource "vsphere_virtual_machine" "vm_bootstrap" {
24
wait_for_guest_net_timeout = "0"
25
wait_for_guest_net_routable = "false"
26
tags = var.tags
27
+ firmware = "efi"
28
29
network_interface {
30
network_id = var.template[0].network_interfaces.0.network_id
data/data/vsphere/master/main.tf
@@ -45,6 +45,7 @@ resource "vsphere_virtual_machine" "vm_master" {
45
46
47
48
49
50
51
network_id = local.template_map[var.vsphere_control_planes[count.index].template].network_interfaces.0.network_id
0 commit comments