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

Allow choosing nic-type on instance creation #28 #41

Closed deiter closed 2 years ago

deiter commented 3 years ago

Allow choosing nic-type on instance creation #28

Added a new configuration option: image_guest_os_features This parameter enables one or more features for VM instances that use the image for their boot disks. See https://cloud.google.com/compute/docs/images/create-delete-deprecate-private-images#guest-os-features for descriptions of the supported features:

Closes #28

hashicorp-cla commented 3 years ago

CLA assistant check
All committers have signed the CLA.

brandonjbjelland commented 2 years ago

I was about to write this same feature until coming across this PR. Nice work - LGTM.

azr commented 2 years ago

Super nice, thanks for your time !