Remove binary_log_enabled from Postgres test, as it's unsupported (#2075)

\+ update docs.

This must have silently failed in the API before? It doesn't work & is tested upstream now. Binary logs are a non-feature of Postgres.
This commit is contained in:
Riley Karson 2018-09-20 12:43:55 -07:00 committed by GitHub
parent cab802db6b
commit 72b759dbd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -1105,7 +1105,6 @@ resource "google_sql_database_instance" "instance" {
backup_configuration {
enabled = true
binary_log_enabled = true
}
}
}

View File

@ -190,7 +190,7 @@ The optional `settings.database_flags` sublist supports:
The optional `settings.backup_configuration` subblock supports:
* `binary_log_enabled` - (Optional) True if binary logging is enabled. If
`logging` is false, this must be as well.
`logging` is false, this must be as well. Cannot be used with Postgres.
* `enabled` - (Optional) True if backup configuration is enabled.