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

Remove dependency to Packer #36

Closed azr closed 3 years ago

azr commented 3 years ago

Some post processors are requiring the Packer in order to get a string; to know if they can use the artifacts as a source. This creates a dependency loop between Packer and this plugin. This comments that for now. We can add this back when Packer 2.0 stops importing plugins.