Skip to content

Commit

Permalink
Add note about Postgres requiring user passwords (#5569)
Browse files Browse the repository at this point in the history
* Add note about Postgres requiring user passwords

* Clarify wording.
  • Loading branch information
s3bw authored Feb 4, 2020
1 parent d36276b commit 5dfb83f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/docs/r/sql_user.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ The following arguments are supported:
* `name` - (Required) The name of the user. Changing this forces a new resource
to be created.

* `password` - (Optional) The password for the user. Can be updated.
* `password` - (Optional) The password for the user. Can be updated. For Postgres
instances this is a Required field.

- - -

Expand Down

0 comments on commit 5dfb83f

Please sign in to comment.