The 1.3.10 release has some issues and fails when used by Packer. See https://github.com/hashicorp/packer-plugin-amazon/issues/586 for more information. Signed-off-by: Tomáš Hozza <thozza@redhat.com>
10 lines
261 B
HCL
10 lines
261 B
HCL
packer {
|
|
required_plugins {
|
|
amazon = {
|
|
# we need to skip version 1.3.10 due to a bug
|
|
# https://github.com/hashicorp/packer-plugin-amazon/issues/586
|
|
version = ">= 1.2.3, != 1.3.10"
|
|
source = "github.com/hashicorp/amazon"
|
|
}
|
|
}
|
|
}
|