From 8c35ca49a6cb9b113869a8c6f7931e9556c39b37 Mon Sep 17 00:00:00 2001 From: Josef Janda Date: Thu, 16 May 2024 13:12:27 +0200 Subject: [PATCH] [ubuntu] add amazon required plugin --- images/ubuntu/templates/ubuntu-22.04.pkr.hcl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/images/ubuntu/templates/ubuntu-22.04.pkr.hcl b/images/ubuntu/templates/ubuntu-22.04.pkr.hcl index 09119a316925..00e6a915f9a2 100644 --- a/images/ubuntu/templates/ubuntu-22.04.pkr.hcl +++ b/images/ubuntu/templates/ubuntu-22.04.pkr.hcl @@ -4,6 +4,10 @@ packer { source = "github.com/hashicorp/azure" version = "1.4.5" } + amazon = { + source = "github.com/hashicorp/amazon" + version = "1.3.2" + } } }