digitalocean / packer-plugin-digitalocean

Packer plugin for DigitalOcean Builder
https://developer.hashicorp.com/packer/integrations/digitalocean/digitalocean
Mozilla Public License 2.0
20 stars 12 forks source link

builder: fix distributing images to additional regions #123

Closed andrewsomething closed 4 months ago

andrewsomething commented 4 months ago

This resolves a bug with distributing images to additional regions post-build by passing the correct IDs to WaitForImageState. As discussed in the issue itself, it's unclear how this had ever previously had worked. We were passing the ID of the transfer action in place of the image ID and the ID of the initial snapshot action in place of the transfer action ID!

Additionally, this adds an acceptance test for this feature and updates how the acceptance tests check for failure to align with current practices.

Closes #122