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

Source image #52

Closed SwampDragons closed 2 years ago

SwampDragons commented 2 years ago

Fix a rebase error from https://github.com/hashicorp/packer-plugin-googlecompute/pull/47. It accidentally duplicated the logic for returning the PARtifact, but one of the copies didn't set source image. This deduplicates the code.