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

Fix acceptance tests with local SSDs #198

Closed lbajolet-hashicorp closed 7 months ago

lbajolet-hashicorp commented 7 months ago

Some machine types don't support local SSDs as extra block devices, so we change our acceptance tests that contain those so they use n2- machines instead of E2-, which don't support those block device attachments.