Skip to content

Commit

Permalink
fix: Fix database instance flag
Browse files Browse the repository at this point in the history
  • Loading branch information
flamarion committed Dec 2, 2024
1 parent 5ef4e53 commit 45dddc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/database/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ data "google_project" "default" {

locals {
default_flags = {
"binlog_row_image" = "MINIMAL"
"binlog_row_image" = "minimal"
"binlog_row_value_options" = "PARTIAL_JSON"
"innodb_autoinc_lock_mode" = "2"
"innodb_lru_scan_depth" = "100"
Expand Down

0 comments on commit 45dddc4

Please sign in to comment.