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

Docs fixes #207

Closed lbajolet-hashicorp closed 5 months ago

lbajolet-hashicorp commented 5 months ago

While taking a look at the plugin's documentation, I noticed that some structures were not referenced anywhere, making it hard to figure out the full capabilities of the plugin without looking at examples or the code directly.

Also, when PR #186 was merged, some components had migrated to the lib/common package, but the old doc partials were not removed (packer-sdc does not remove existing partials), and their includes were still present in the docs.

This PR fixes both issues.