debian-forge-composer/templates/packer/config.pkr.hcl
Ondřej Budai dce2ced50b packer: bump the amazon plugin to 1.2.3
Since the previous commit removed the associate_public_ip_address, we should
not be hitting the new behaviour introduced in 1.2.3, thus everything will
hopefully work as before.
2023-05-05 11:07:05 +02:00

8 lines
129 B
HCL

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