github hashicorp/packer-plugin-amazon v1.2.3

latest releases: v1.3.2, v1.3.1, v1.3.0...
17 months ago

Note

A regression to the subnet selection logic when using the subnet_id or subnet_filter along with the associate_public_ip_address configuration argument was introduced in release v1.2.3. A fix has been made and is available for use in v1.2.4.

We recommend that you upgrade to the latest available release prior to running a new Packer build. If you are not using associate_public_ip_address or running an older version of the packer-plugin-amazon plugin no change is necessary.

packer {
    required_plugins {
        amazon = {
              version = ">=1.2.4"
               source  = "github.com/hashicorp/amazon"
        }
    }
}

What's Changed

Exciting New Features πŸŽ‰

  • Add support for KMS keys in the aws-cn partition by @nywilken in #363

Bug fixesπŸ§‘β€πŸ”§ 🐞

Other Changes

New Contributors

Full Changelog: v1.2.2...v1.2.3

Don't miss a new packer-plugin-amazon release

NewReleases is sending notifications on new releases.