From 3e88e864434eecb8e6a91669b8bfb33db3d6129c 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 36090f97f0541..b416ca732dca9 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" + } } }