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:
parent
477e04eb55
commit
f76432ebb5
1 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue