From 80409906979e37dd682dca6d4625cb5f6a390606 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 28 Dec 2023 22:13:17 +0200 Subject: [PATCH] Test: Fix the Packer test template. --- test_files/template.pkr.hcl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test_files/template.pkr.hcl b/test_files/template.pkr.hcl index 432b522..9c45f95 100644 --- a/test_files/template.pkr.hcl +++ b/test_files/template.pkr.hcl @@ -1,8 +1,10 @@ +# vi: ft=tf + packer { required_plugins { amazon = { - version = ">= 0.0.2" source = "github.com/hashicorp/amazon" + version = "~> 1" } } } -- GitLab