From 3bad4beeb1db9c3705c87b9a2e26a6647157ff96 Mon Sep 17 00:00:00 2001 From: Kerim Satirli Date: Thu, 2 May 2024 13:37:39 +0200 Subject: [PATCH] switches Amazon plugin to Hashicups plugin --- test/hello-world.pkr.hcl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test/hello-world.pkr.hcl b/test/hello-world.pkr.hcl index 0f38cfc..8a9c942 100644 --- a/test/hello-world.pkr.hcl +++ b/test/hello-world.pkr.hcl @@ -3,9 +3,10 @@ packer { required_plugins { - amazon = { - version = ">= 1.3.2" - source = "github.com/hashicorp/amazon" + # see https://github.com/hashicorp/packer-plugin-hashicups/releases/tag/v1.0.2 + hashicups = { + version = ">= 1.0.0" + source = "github.com/hashicorp/hashicups" } } }