hashicorp / packer-plugin-googlecompute

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

Extra block device support #153

Closed lbajolet-hashicorp closed 1 year ago

lbajolet-hashicorp commented 1 year ago

This PR adds support for specifying extra block devices when creating an instance. This is done through one or more extra block_device blocks in the source definition.

Closes #7 Closes #10