From ec90a0dbff5e4026258af5b4955cffe6ad5c420b Mon Sep 17 00:00:00 2001 From: Sebastien Williams-Wynn Date: Mon, 3 Feb 2020 13:23:29 +0000 Subject: [PATCH 1/2] Add note about Postgres requiring user passwords --- website/docs/r/sql_user.html.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/docs/r/sql_user.html.markdown b/website/docs/r/sql_user.html.markdown index d4067e6c477..eb08e74113b 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, for Postgres instances this + field is Required. Can be updated. - - - From 273e7f229075b75991ebfba6ea50463fcadba090 Mon Sep 17 00:00:00 2001 From: Sebastien Williams-Wynn Date: Mon, 3 Feb 2020 13:26:46 +0000 Subject: [PATCH 2/2] Clarify wording. --- website/docs/r/sql_user.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/r/sql_user.html.markdown b/website/docs/r/sql_user.html.markdown index eb08e74113b..1ce5715ba28 100644 --- a/website/docs/r/sql_user.html.markdown +++ b/website/docs/r/sql_user.html.markdown @@ -50,8 +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, for Postgres instances this - field is Required. Can be updated. +* `password` - (Optional) The password for the user. Can be updated. For Postgres + instances this is a Required field. - - -