We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc0dff commit bbea416Copy full SHA for bbea416
database.tf
@@ -3,6 +3,4 @@ resource "google_sql_database" "database" {
3
4
instance = google_sql_database_instance.instance.name
5
name = each.value
6
- charset = "utf8"
7
- collation = "utf8_general_ci"
8
}
0 commit comments