UpCloudLtd/upcloud-packer

Add support for customizing IP settings

lmmz opened this issue · 2 comments

lmmz commented

Currently there's hardcoded IPAddresses entry to deploy every server with a Private IPv4, Public IPv4 and Public IPv6 address. It should be possible to define any combination of IPs and their types (e.g. only private IPv4 address or only public IPv4 + public IPv6 or multiple public IPv4s).

Added support for this in #16

Fixed in #26