From ece50a599b6fa92e85e40ed4285117684bcbeeaa Mon Sep 17 00:00:00 2001 From: Kerim Satirli Date: Wed, 24 Apr 2024 11:32:54 +0200 Subject: [PATCH] adds external plugin for testing --- test/hello-world.pkr.hcl | 9 +++++++++ 1 file changed, 9 insertions(+) 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"