We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af283e commit 77e358bCopy full SHA for 77e358b
1 file changed
cloudformation/ami/defguard.pkr.hcl
@@ -30,7 +30,7 @@ variable "instance_type" {
30
}
31
32
source "amazon-ebs" "defguard" {
33
- 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}}"
34
instance_type = var.instance_type
35
region = var.region
36
source_ami_filter {
0 commit comments