Skip to content

Commit

Permalink
fix: removed invalid parameter for PostgrSQL binary_log_enabled (#341)
Browse files Browse the repository at this point in the history
Co-authored-by: Bharath KKB <bharathkrishnakb@gmail.com>
  • Loading branch information
rafaelromcar and bharathkkb committed Nov 1, 2022
1 parent 4d8de1f commit b51427e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/postgresql/main.tf
Expand Up @@ -62,7 +62,6 @@ resource "google_sql_database_instance" "default" {
dynamic "backup_configuration" {
for_each = [var.backup_configuration]
content {
binary_log_enabled = false
enabled = local.backups_enabled
start_time = lookup(backup_configuration.value, "start_time", null)
location = lookup(backup_configuration.value, "location", null)
Expand Down

0 comments on commit b51427e

Please sign in to comment.