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:
parent
a2a5618149
commit
dce2ced50b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
packer {
|
||||
required_plugins {
|
||||
amazon = {
|
||||
version = "= 1.2.2"
|
||||
version = ">= 1.2.3"
|
||||
source = "github.com/hashicorp/amazon"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue