From 65113a68f4a378d33bc9c9222f658c2ff3481885 Mon Sep 17 00:00:00 2001 From: Vaidas Jablonskis Date: Wed, 7 Feb 2018 19:59:23 +0000 Subject: [PATCH] Cloud SQL user password can be optional (#1056) --- docs/r/sql_user.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/r/sql_user.html.markdown b/docs/r/sql_user.html.markdown index 36186ad684d..5b366bda4df 100644 --- a/docs/r/sql_user.html.markdown +++ b/docs/r/sql_user.html.markdown @@ -48,7 +48,7 @@ The following arguments are supported: * `name` - (Required) The name of the user. Changing this forces a new resource to be created. -* `password` - (Required) The users password. Can be updated. +* `password` - (Optional) The users password. Can be updated. - - -