Open JenGoldstrich opened 8 months ago
This issue has been synced to JIRA for planning.
JIRA ID: [HPR-1692](https://hashicorp.atlassian.net/browse/HPR-1692)
that was the wrong API version actually oops, https://github.com/hashicorp/pandora/pull/4032 new PR for Pandora here
So this feature is actually not in a stable API yet in the virtual machines API, so we have decided to hold off until it is published in a stable API and then we will add support for this feature.
Follow up to https://github.com/hashicorp/packer-plugin-azure/pull/373
Confidential VMs can't be published to multiple regions currently due to the absence of
NonPersistedTPM
option in current galleryimageversion APIThe following needs to be done to solve this issue
Submit a PR to Pandora Azure SDK generation tool to add 2024-03-01 API version which contains the above option.
Update code base to use new version of the SDK, this will require updating a few different clients.
Add logic to parse NonPersistantTPM option, and set it in Confidential VM Encryption type setting, ensuring that it allows multi-region deploys