Skip to content

Commit

Permalink
Remove caching_sha2_password flag (#801)
Browse files Browse the repository at this point in the history
  • Loading branch information
hulto authored Nov 3, 2024
1 parent 7f8b0d8 commit 1a80b0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ resource "google_sql_database_instance" "tavern-sql-instance" {
settings {
tier = var.mysql_tier

database_flags {
name = "default_authentication_plugin"
value = "caching_sha2_password"
}
# database_flags {
# name = "default_authentication_plugin"
# value = "caching_sha2_password"
# }
}

depends_on = [
Expand Down

0 comments on commit 1a80b0d

Please sign in to comment.