diff --git a/test/hello-world.pkr.hcl b/test/hello-world.pkr.hcl index eba33ae..5a667d8 100644 --- a/test/hello-world.pkr.hcl +++ b/test/hello-world.pkr.hcl @@ -1,6 +1,15 @@ # Copyright (c) HashiCorp, Inc. # SPDX-License-Identifier: Apache-2.0 +packer { + required_plugins { + amazon = { + version = ">= 1.3.2" + source = "github.com/hashicorp/amazon" + } + } +} + # file: builds.pkr.hcl source "file" "basic_example" { content = "Lorem ipsum dolor sit amet"