Skip to content

Commit dff803d

Browse files
authored
Remove binary_log_enabled from Postgres test, as it's unsupported (hashicorp#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.
1 parent 5338cae commit dff803d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/r/sql_database_instance.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ The optional `settings.database_flags` sublist supports:
190190
The optional `settings.backup_configuration` subblock supports:
191191

192192
* `binary_log_enabled` - (Optional) True if binary logging is enabled. If
193-
`logging` is false, this must be as well.
193+
`logging` is false, this must be as well. Cannot be used with Postgres.
194194

195195
* `enabled` - (Optional) True if backup configuration is enabled.
196196

0 commit comments

Comments
 (0)