Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 7ba4a54

Browse files
committed
Added sql user creation using the new --host flag
1 parent 68cac10 commit 7ba4a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/postgres_instance.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ fi
4747

4848
# Making a Postgres user that is allowed to connect from any host
4949
gcloud sql users create "$USER_NAME" \
50-
'%' \
50+
--host '%' \
5151
--instance "$INSTANCE_NAME" \
5252
--password "$USER_PASSWORD"

0 commit comments

Comments
 (0)