From 40c572589f0b9767c07df021541b82a40d1ec1e4 Mon Sep 17 00:00:00 2001 From: Patrick Decat Date: Sat, 26 Feb 2022 00:50:00 +0100 Subject: [PATCH] Update terraform `google_sql_user` documentation (#5752) --- .../terraform/website/docs/r/sql_user.html.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mmv1/third_party/terraform/website/docs/r/sql_user.html.markdown b/mmv1/third_party/terraform/website/docs/r/sql_user.html.markdown index b504cc7cb16f..f292d06dff97 100644 --- a/mmv1/third_party/terraform/website/docs/r/sql_user.html.markdown +++ b/mmv1/third_party/terraform/website/docs/r/sql_user.html.markdown @@ -80,7 +80,8 @@ The following arguments are supported: to be created. * `password` - (Optional) The password for the user. Can be updated. For Postgres - instances this is a Required field. + instances this is a Required field, unless type is set to either CLOUD_IAM_USER + or CLOUD_IAM_SERVICE_ACCOUNT. * `type` - (Optional) The user type. It determines the method to authenticate the user during login. The default is the database's built-in user type. Flags