File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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- - -
You can’t perform that action at this time.
0 commit comments