hetznercloud / apps

Hetzner Cloud Apps
https://www.hetzner.com/cloud
115 stars 26 forks source link

Packer: allow different server types on build #85

Closed ghost closed 1 year ago

ghost commented 1 year ago

Depending on software requirements, we want to use different server types to build the images. Some software might run on a cx11 with 20GB hard disk, while other software might need a more powerful server with bigger hard disk.

Each image must set the Packer variable hcloud_server_type, which is then used by the shared template in the Packer source to start the right server.