Skip to content

Commit 4747932

Browse files
committed
fix: try associate_public_ip_address = true
1 parent 376f37d commit 4747932

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

common-nix.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.6.1.9-nix-staged"
1+
postgres-version = "15.6.1.10-nix-staged"

stage2-nix-psql.pkr.hcl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ source "amazon-ebs" "ubuntu" {
6969
ssh_pty = true
7070
ssh_username = "ubuntu"
7171
ssh_timeout = "5m"
72-
ssh_interface = "public_ip"
72+
73+
associate_public_ip_address = true
74+
7375

7476
ena_support = true
7577

0 commit comments

Comments
 (0)