Skip to content

Commit d4c997d

Browse files
samrosedarora
authored andcommitted
chore: no longer need extension on filename
We now infer that 15.6 solely nix built
1 parent 75beaaf commit d4c997d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stage2-nix-psql.pkr.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ packer {
5656
}
5757

5858
source "amazon-ebs" "ubuntu" {
59-
ami_name = "${var.ami_name}-${var.postgres-version}-nix"
59+
ami_name = "${var.ami_name}-${var.postgres-version}"
6060
instance_type = "c6g.4xlarge"
6161
region = "${var.region}"
6262
source_ami_filter {

0 commit comments

Comments
 (0)