You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: cloud/aws/bin/pgadmin.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ def run(config: ConfigLoader):
27
27
28
28
url=f"{config.get_base_url()}:4433"
29
29
print(
30
-
"\npgadmin terraform deployment finished. Waiting for pgadmin to be available (some request failures are expected). Press ctlr-c to shortcut this wait and print connection information."
30
+
f"\npgadmin terraform deployment finished. Waiting for pgadmin to be available at {url}(some request failures are expected). Press Ctrl-c to shortcut this wait and print connection information."
description="The AWS security policy to use on the load balancer. https://docs.aws.amazon.com/elasticloadbalancing/latest/network/describe-ssl-policies.html"
description="The AWS security policy to use on the load balancer. https://docs.aws.amazon.com/elasticloadbalancing/latest/network/describe-ssl-policies.html"
0 commit comments