hashicorp / packer-plugin-googlecompute

Packer plugin for Google Compute Builder
https://www.packer.io/docs/builders/googlecompute
Mozilla Public License 2.0
24 stars 54 forks source link

[WIP] Add DiskEncryptionKey to support CMEK on boot disks #49

Closed zachberger closed 2 years ago

zachberger commented 2 years ago

This PR adds DiskEncryptionKey to allow a CMEK key to be used for the boot disk of the instance created during the build process.

Tests still need to be written

Closes #43 cc: @kamaltherocky

hashicorp-cla commented 2 years ago

CLA assistant check
All committers have signed the CLA.

nywilken commented 2 years ago

Hi @zachberger I merged in #20 which solves this issue. Thanks for opening up this PR, it helped verify the approach. This feature will be available in the next release.