We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d4d96 commit 5564892Copy full SHA for 5564892
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}"
+ ami_name = "${var.ami_name}-${var.postgres-version}-pre-resize"
60
instance_type = "c6g.4xlarge"
61
region = "${var.region}"
62
source_ami_filter {
0 commit comments