Skip to content

Commit 3476fa2

Browse files
authored
google_sql_user doc change to indicate password policy is supported for PG (#14799)
1 parent 10cf9fc commit 3476fa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mmv1/third_party/terraform/website/docs/r/sql_user.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ The following arguments are supported:
141141
* `project` - (Optional) The ID of the project in which the resource belongs. If it
142142
is not provided, the provider project is used.
143143

144-
The optional `password_policy` block is only supported by Mysql. The `password_policy` block supports:
144+
The optional `password_policy` block is only supported for creating MySQL and Postgres users. The `password_policy` block supports:
145145

146146
* `allowed_failed_attempts` - (Optional) Number of failed attempts allowed before the user get locked.
147147

0 commit comments

Comments
 (0)