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.
8 lines
129 B
HCL
8 lines
129 B
HCL
packer {
|
|
required_plugins {
|
|
amazon = {
|
|
version = ">= 1.2.3"
|
|
source = "github.com/hashicorp/amazon"
|
|
}
|
|
}
|
|
}
|