gardenlinux / gardenlinux

Garden Linux - The best Linux for Gardener nodes!
https://gardenlinux.io
MIT License
159 stars 68 forks source link

opentofu/terraform resources for secure bootable images on Azure #2490

Open yeoldegrove opened 2 days ago

yeoldegrove commented 2 days ago

What would you like to be added:

We need changes to the upstream terraform provider for Azure to enable secure bootable images that let us bring our own secure boot config and keys.

Why is this needed:

I identified potential blockers to go forward with the openTofu implementation of our secure boot use cases.

The terrafom shared_image_version resource cannot define uefi_settings at the moment.

Upstream Issue opened here: https://github.com/hashicorp/terraform-provider-azurerm/issues/28064

yeoldegrove commented 2 days ago

Upstream PR has been created: https://github.com/hashicorp/terraform-provider-azurerm/pull/28076