GoogleCloudPlatform/terraform-google-alloy-db

Default Username/Password

Closed this issue · 2 comments

If you omit the optional cluster_initial_user what are the default credentials? 🤔 seeing as how it's optional I didn't add it and now I'm having issues authenticating. Any idea? Thanks! Great work btw

Actually I was able to get the following in the state file

"initial_user": [ { "password": "alloydb-cluster-full", "user": "alloydb-cluster-full" }

However, I can't seem to authenticate 🤔

nevermind figured it out, for those who need it:

psql -h X.X.X.X -U alloydb-cluster-full -W postgres