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.
This commit is contained in:
Ondřej Budai 2023-04-21 09:39:19 +02:00 committed by Ondřej Budai
parent a2a5618149
commit dce2ced50b

View file

@ -1,7 +1,7 @@
packer {
required_plugins {
amazon = {
version = "= 1.2.2"
version = ">= 1.2.3"
source = "github.com/hashicorp/amazon"
}
}