Packer: skip packer-plugin-amazon version 1.3.10 due to missing checksum

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>
This commit is contained in:
Tomáš Hozza 2025-08-07 10:44:02 +02:00 committed by Achilleas Koutsou
parent 477e04eb55
commit f76432ebb5

View file

@ -1,7 +1,9 @@
packer {
required_plugins {
amazon = {
version = ">= 1.2.3"
# 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"
}
}