From 0552fd5145b5554adefb2ce48f804aa8b9e7f895 Mon Sep 17 00:00:00 2001 From: Modular Magician Date: Tue, 4 Feb 2020 17:13:20 +0000 Subject: [PATCH] Add note about Postgres requiring user passwords (#3068) * Add note about Postgres requiring user passwords * Clarify wording. Co-authored-by: Sebastien Williams-Wynn Signed-off-by: Modular Magician --- .changelog/3068.txt | 3 +++ website/docs/r/sql_user.html.markdown | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .changelog/3068.txt diff --git a/.changelog/3068.txt b/.changelog/3068.txt new file mode 100644 index 0000000000..b1f54dc22e --- /dev/null +++ b/.changelog/3068.txt @@ -0,0 +1,3 @@ +```release-note:REPLACEME + +``` diff --git a/website/docs/r/sql_user.html.markdown b/website/docs/r/sql_user.html.markdown index d4067e6c47..1ce5715ba2 100644 --- a/website/docs/r/sql_user.html.markdown +++ b/website/docs/r/sql_user.html.markdown @@ -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. - - -