Skip to content

Commit

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

* Clarify wording.

Co-authored-by: Sebastien Williams-Wynn <s.williamswynn.mail@gmail.com>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: Sebastien Williams-Wynn <s.williamswynn.mail@gmail.com>
  • Loading branch information
modular-magician and s3bw authored Feb 4, 2020
1 parent 7a909bc commit 6d38501
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/3068.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:REPLACEME

```
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 6d38501

Please sign in to comment.