Skip to content

Commit 5564892

Browse files
committed
fix: complete ami_name
1 parent f3d4d96 commit 5564892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stage2-nix-psql.pkr.hcl

Lines changed: 1 addition & 1 deletion
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}"
59+
ami_name = "${var.ami_name}-${var.postgres-version}-pre-resize"
6060
instance_type = "c6g.4xlarge"
6161
region = "${var.region}"
6262
source_ami_filter {

0 commit comments

Comments
 (0)