Skip to content

Commit 77e358b

Browse files
authored
Fix AMI versioning (#123)
1 parent 7af283e commit 77e358b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cloudformation/ami/defguard.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ variable "instance_type" {
3030
}
3131

3232
source "amazon-ebs" "defguard" {
33-
ami_name = "defguard-C-${var.core_version}-PX-${var.gateway_version}-GW-${var.proxy_version}-amd64-{{timestamp}}"
33+
ami_name = "defguard-C-${var.core_version}-PX-${var.proxy_version}-GW-${var.gateway_version}-amd64-{{timestamp}}"
3434
instance_type = var.instance_type
3535
region = var.region
3636
source_ami_filter {

0 commit comments

Comments
 (0)