Skip to content

Commit

Permalink
Update terraform google_sql_user documentation (GoogleCloudPlatform…
Browse files Browse the repository at this point in the history
  • Loading branch information
pdecat authored and lcaggio committed Mar 17, 2022
1 parent 990bb52 commit 40c5725
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ The following arguments are supported:
to be created.

* `password` - (Optional) The password for the user. Can be updated. For Postgres
instances this is a Required field.
instances this is a Required field, unless type is set to either CLOUD_IAM_USER
or CLOUD_IAM_SERVICE_ACCOUNT.

* `type` - (Optional) The user type. It determines the method to authenticate the
user during login. The default is the database's built-in user type. Flags
Expand Down

0 comments on commit 40c5725

Please sign in to comment.