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 357a65e commit 276d642Copy full SHA for 276d642
infra/postgresql/main.tf
@@ -73,7 +73,6 @@ resource "google_sql_database_instance" "db" {
73
backup_configuration {
74
enabled = true
75
start_time = "00:00"
76
- binary_log_enabled = true
77
point_in_time_recovery_enabled = true
78
transaction_log_retention_days = local.transaction_log_retention_days
79
backup_retention_settings {
0 commit comments