Skip to content

Commit

Permalink
Update google_sql_database_instance documentation (#5649)
Browse files Browse the repository at this point in the history
`settings.backup_configuration.binary_log_enabled` may be true even if `settings.backup_configuration.enabled` is false.

This behaviour as changed in #4907

Co-authored-by: Matthew Barnes <matthew.simon.barnes@gmail.com>
  • Loading branch information
megan07 and MatthewSBarnes authored Jan 26, 2022
1 parent ea5eebe commit 86b6a14
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,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
`settings.backup_configuration.enabled` is false, this must be as well.
* `binary_log_enabled` - (Optional) True if binary logging is enabled.
Cannot be used with Postgres.

* `enabled` - (Optional) True if backup configuration is enabled.
Expand Down

0 comments on commit 86b6a14

Please sign in to comment.