Skip to content

Commit

Permalink
docs: Correction for google_sql_database_instance database_flags (#10728
Browse files Browse the repository at this point in the history
)
  • Loading branch information
marchah authored May 21, 2024
1 parent e374eea commit 219c990
Showing 1 changed file with 3 additions and 3 deletions.
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 219c990

Please sign in to comment.