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
) (#18214)

[upstream:219c9902762cc096d8563ad16a34d4d987704c74]

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician committed May 21, 2024
1 parent c06b62a commit e2762bd
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 e2762bd

Please sign in to comment.