Skip to content

Commit

Permalink
Last try at using the public ip address!
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaraphael committed Sep 18, 2024
1 parent fdc8d9a commit 336b66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
":",
pulumi.Config("db").require_secret("db-password"),
"@",
instance.connection_name,
database.instance.public_ip_address,
"/",
db_name,
)
Expand Down

0 comments on commit 336b66e

Please sign in to comment.