Skip to content

Commit 276d642

Browse files
authored
Removed a not supported line in main.tf (#1421)
1 parent 357a65e commit 276d642

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

infra/postgresql/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ resource "google_sql_database_instance" "db" {
7373
backup_configuration {
7474
enabled = true
7575
start_time = "00:00"
76-
binary_log_enabled = true
7776
point_in_time_recovery_enabled = true
7877
transaction_log_retention_days = local.transaction_log_retention_days
7978
backup_retention_settings {

0 commit comments

Comments
 (0)