Skip to content

Commit b51427e

Browse files
fix: removed invalid parameter for PostgrSQL binary_log_enabled (#341)
Co-authored-by: Bharath KKB <[email protected]>
1 parent 4d8de1f commit b51427e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/postgresql/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ resource "google_sql_database_instance" "default" {
6262
dynamic "backup_configuration" {
6363
for_each = [var.backup_configuration]
6464
content {
65-
binary_log_enabled = false
6665
enabled = local.backups_enabled
6766
start_time = lookup(backup_configuration.value, "start_time", null)
6867
location = lookup(backup_configuration.value, "location", null)

0 commit comments

Comments
 (0)