Skip to content

Commit 2f27706

Browse files
docs: Correction for google_sql_database_instance database_flags (#10728) (#7404)
[upstream:219c9902762cc096d8563ad16a34d4d987704c74] Signed-off-by: Modular Magician <[email protected]>
1 parent 1f4bf5c commit 2f27706

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/docs/r/sql_user.html.markdown

Lines changed: 3 additions & 3 deletions
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
}
@@ -89,7 +89,7 @@ resource "google_sql_database_instance" "main" {
8989
tier = "db-f1-micro"
9090
9191
database_flags {
92-
name = "cloudsql.iam_authentication"
92+
name = "cloudsql_iam_authentication"
9393
value = "on"
9494
}
9595
}
@@ -124,7 +124,7 @@ The following arguments are supported:
124124
* `deletion_policy` - (Optional) The deletion policy for the user.
125125
Setting `ABANDON` allows the resource to be abandoned rather than deleted. This is useful
126126
for Postgres, where users cannot be deleted from the API if they have been granted SQL roles.
127-
127+
128128
Possible values are: `ABANDON`.
129129

130130
- - -

0 commit comments

Comments
 (0)