From dce2ced50b875b53ae34bdabe795ebe8284de980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Fri, 21 Apr 2023 09:39:19 +0200 Subject: [PATCH] packer: bump the amazon plugin to 1.2.3 Since the previous commit removed the associate_public_ip_address, we should not be hitting the new behaviour introduced in 1.2.3, thus everything will hopefully work as before. --- templates/packer/config.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/packer/config.pkr.hcl b/templates/packer/config.pkr.hcl index 3a1b372c2..b8252a465 100644 --- a/templates/packer/config.pkr.hcl +++ b/templates/packer/config.pkr.hcl @@ -1,7 +1,7 @@ packer { required_plugins { amazon = { - version = "= 1.2.2" + version = ">= 1.2.3" source = "github.com/hashicorp/amazon" } }