Telmate / terraform-provider-proxmox

Terraform provider plugin for proxmox
MIT License
2.03k stars 505 forks source link

EFI Disk Block doesn't automatically pre-loaded with distribution-specific and Microsoft Standard Secure Boot keys #1021

Open maksimsamt opened 1 month ago

maksimsamt commented 1 month ago

System details: Proxmox VE 8.2.2 Terraform v1.8.4 terraform-provider-proxmox v3.0.1-rc2

Related config:

...
  bios   = "ovmf"
...
  efidisk {
    efitype = "4m"
    storage = "local-lvm"
  }

As per documentation:

The EFI disk will be automatically pre-loaded with distribution-specific and Microsoft Standard Secure Boot keys.

Unfortunately, this doesn't work and Proxmox EFI Disk pre-enrolled-keys parameter is 0, which means no Secureboot activated:

image

Correct parameter should be like this:

image

maksimsamt commented 1 month ago

@Tinyblargon, How difficult or easy/quick is it to fix this issue and include to the upcoming rc?