Skip to content

Commit

Permalink
docs: Correction for google_sql_database_instance database_flags (#10…
Browse files Browse the repository at this point in the history
…728) (#7404)

[upstream:219c9902762cc096d8563ad16a34d4d987704c74]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored May 21, 2024
1 parent 1f4bf5c commit 2f27706
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/r/sql_user.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ resource "google_sql_database_instance" "main" {
tier = "db-f1-micro"
database_flags {
name = "cloudsql.iam_authentication"
name = "cloudsql_iam_authentication"
value = "on"
}
}
Expand Down Expand Up @@ -89,7 +89,7 @@ resource "google_sql_database_instance" "main" {
tier = "db-f1-micro"
database_flags {
name = "cloudsql.iam_authentication"
name = "cloudsql_iam_authentication"
value = "on"
}
}
Expand Down Expand Up @@ -124,7 +124,7 @@ The following arguments are supported:
* `deletion_policy` - (Optional) The deletion policy for the user.
Setting `ABANDON` allows the resource to be abandoned rather than deleted. This is useful
for Postgres, where users cannot be deleted from the API if they have been granted SQL roles.

Possible values are: `ABANDON`.

- - -
Expand Down

0 comments on commit 2f27706

Please sign in to comment.