From 7543462869c8b4d9e820c8dffb1007de7056ccf8 Mon Sep 17 00:00:00 2001 From: Daniel Panzella Date: Wed, 27 Nov 2024 13:49:22 -0700 Subject: [PATCH] feat: binlog_row_image needs to have lowercase value --- modules/database/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/database/main.tf b/modules/database/main.tf index 1ce2feaa..9a1629ff 100644 --- a/modules/database/main.tf +++ b/modules/database/main.tf @@ -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"