Skip to content

Commit f409b02

Browse files
committed
fix: ssh interface setting
1 parent 1f5c12e commit f409b02

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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.6-nix-staged"
1+
postgres-version = "15.6.1.7-nix-staged"

stage2-nix-psql.pkr.hcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,10 @@ source "amazon-ebs" "ubuntu" {
6969
ssh_pty = true
7070
ssh_username = "ubuntu"
7171
ssh_timeout = "5m"
72+
ssh_interface = "public_ip"
73+
7274
ena_support = true
75+
7376
run_tags = {
7477
creator = "packer"
7578
appType = "postgres"

0 commit comments

Comments
 (0)