From 48de03420a7d9f336a006e79f2d0f4f665204209 Mon Sep 17 00:00:00 2001 From: Modular Magician Date: Fri, 11 Oct 2024 15:49:37 +0000 Subject: [PATCH] Update google_sql_user documentation for IAM Group authentication for Postgres (#11980) [upstream:3ceaa81eff16f923a33befd5ac98a4833a3116b1] Signed-off-by: Modular Magician --- .changelog/11980.txt | 3 +++ website/docs/r/sql_user.html.markdown | 7 ++++--- 2 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 .changelog/11980.txt diff --git a/.changelog/11980.txt b/.changelog/11980.txt new file mode 100644 index 0000000000..42b910df15 --- /dev/null +++ b/.changelog/11980.txt @@ -0,0 +1,3 @@ +```release-note:none + +``` \ No newline at end of file diff --git a/website/docs/r/sql_user.html.markdown b/website/docs/r/sql_user.html.markdown index 9f2c3cde44..e6847a79f6 100644 --- a/website/docs/r/sql_user.html.markdown +++ b/website/docs/r/sql_user.html.markdown @@ -119,9 +119,10 @@ The following arguments are supported: * `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 - include "BUILT_IN", "CLOUD_IAM_USER", and "CLOUD_IAM_SERVICE_ACCOUNT" for both - [Postgres](https://cloud.google.com/sql/docs/postgres/admin-api/rest/v1beta4/users#sqlusertype) and [MySQL](https://cloud.google.com/sql/docs/mysql/admin-api/rest/v1beta4/users#sqlusertype). - MySQL also includes "CLOUD_IAM_GROUP", "CLOUD_IAM_GROUP_USER" and "CLOUD_IAM_GROUP_SERVICE_ACCOUNT". + include "BUILT_IN", "CLOUD_IAM_USER", "CLOUD_IAM_SERVICE_ACCOUNT", "CLOUD_IAM_GROUP", + "CLOUD_IAM_GROUP_USER" and "CLOUD_IAM_GROUP_SERVICE_ACCOUNT" for + [Postgres](https://cloud.google.com/sql/docs/postgres/admin-api/rest/v1beta4/users#sqlusertype) + and [MySQL](https://cloud.google.com/sql/docs/mysql/admin-api/rest/v1beta4/users#sqlusertype). * `deletion_policy` - (Optional) The deletion policy for the user. Setting `ABANDON` allows the resource to be abandoned rather than deleted. This is useful