hetznercloud / packer-plugin-hcloud

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

feat: add labels options to server and ssh keys #128

Closed jooola closed 9 months ago

jooola commented 9 months ago

Continuation of #92

Adding labels to the temporary server and ssh key objects which are needed to create the snapshot.

This is needed in some use cases where e.g. packer build stops unexpectedly due to a SIGKILL and cannot shut down properly. In order to realize that the respective server and ssh key are orphaned, labels are needed.

janiskemper commented 9 months ago

sorry.. I had too many things on my table. Thanks a lot for continuing this!