From a66f7037ce32dfbb8c7efb38b0a7f47ebf7898c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Ciarcin=CC=81ski?= Date: Mon, 2 Feb 2026 10:12:48 +0100 Subject: [PATCH] Fix AMI versioning --- cloudformation/ami/defguard.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudformation/ami/defguard.pkr.hcl b/cloudformation/ami/defguard.pkr.hcl index 1bdf5dc..d847da0 100644 --- a/cloudformation/ami/defguard.pkr.hcl +++ b/cloudformation/ami/defguard.pkr.hcl @@ -30,7 +30,7 @@ variable "instance_type" { } source "amazon-ebs" "defguard" { - ami_name = "defguard-C-${var.core_version}-PX-${var.gateway_version}-GW-${var.proxy_version}-amd64-{{timestamp}}" + ami_name = "defguard-C-${var.core_version}-PX-${var.proxy_version}-GW-${var.gateway_version}-amd64-{{timestamp}}" instance_type = var.instance_type region = var.region source_ami_filter {