hetznercloud / packer-plugin-hcloud

Packer plugin for Hetzner Cloud Builder
https://developer.hashicorp.com/packer/integrations/hetznercloud/hcloud
Mozilla Public License 2.0
22 stars 21 forks source link

docs: add example for plugin #74

Closed apricote closed 1 year ago

apricote commented 1 year ago

Updates the example in example/build.pkr.hcl to use the actual plugin instead of the skaffolding placeholder it was using before.

This does require a new variable hcloud_token/env("HCLOUD_TOKEN") which is not set right now in the existing workflow that utilizes the example, but it also looks like the workflow is not called from anywhere.