We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1faa15b commit f41b8bbCopy full SHA for f41b8bb
.changelog/12282.txt
@@ -0,0 +1,3 @@
1
+```release-note:none
2
+cloudsql: fixed example in doc using wrong iam auth flag for PostgresQL in `google_sql_user`
3
+```
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