Skip to content

Commit 2a53ce3

Browse files
eliecharrazeleena
authored andcommitted
doc: fix wrong iam auth flag for sql_user (GoogleCloudPlatform#12282)
1 parent 1fc1c36 commit 2a53ce3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ resource "google_sql_database_instance" "main" {
5353
tier = "db-f1-micro"
5454
5555
database_flags {
56-
name = "cloudsql_iam_authentication"
56+
name = "cloudsql.iam_authentication"
5757
value = "on"
5858
}
5959
}
@@ -202,4 +202,4 @@ $ terraform import google_sql_user.default {{project_id}}/{{instance}}/{{host}}/
202202
203203
# PostgreSQL database
204204
$ terraform import google_sql_user.default {{project_id}}/{{instance}}/{{name}}
205-
```
205+
```

0 commit comments

Comments
 (0)