We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc1c36 commit 2a53ce3Copy full SHA for 2a53ce3
mmv1/third_party/terraform/website/docs/r/sql_user.html.markdown
@@ -53,7 +53,7 @@ resource "google_sql_database_instance" "main" {
53
tier = "db-f1-micro"
54
55
database_flags {
56
- name = "cloudsql_iam_authentication"
+ name = "cloudsql.iam_authentication"
57
value = "on"
58
}
59
@@ -202,4 +202,4 @@ $ terraform import google_sql_user.default {{project_id}}/{{instance}}/{{host}}/
202
203
# PostgreSQL database
204
$ terraform import google_sql_user.default {{project_id}}/{{instance}}/{{name}}
205
-```
+```
0 commit comments