We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75beaaf commit d4c997dCopy full SHA for d4c997d
stage2-nix-psql.pkr.hcl
@@ -56,7 +56,7 @@ packer {
56
}
57
58
source "amazon-ebs" "ubuntu" {
59
- ami_name = "${var.ami_name}-${var.postgres-version}-nix"
+ ami_name = "${var.ami_name}-${var.postgres-version}"
60
instance_type = "c6g.4xlarge"
61
region = "${var.region}"
62
source_ami_filter {
0 commit comments