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 b5d63f3 commit 903d275Copy full SHA for 903d275
cloud_sql/sqlserver_instance_pitr/main.tf
@@ -23,7 +23,6 @@ resource "google_sql_database_instance" "default" {
23
tier = "db-custom-4-26624"
24
backup_configuration {
25
enabled = true
26
- binary_log_enabled = true
27
start_time = "20:55"
28
transaction_log_retention_days = "3"
29
}
0 commit comments