Skip to content

Commit

Permalink
Update google_sql_database_instance documentation (GoogleCloudPlatfor…
Browse files Browse the repository at this point in the history
…m#5649)

`settings.backup_configuration.binary_log_enabled` may be true even if `settings.backup_configuration.enabled` is false.

This behaviour as changed in GoogleCloudPlatform#4907

Co-authored-by: Matthew Barnes <[email protected]>
  • Loading branch information
2 people authored and lcaggio committed Mar 17, 2022
1 parent dd72cbf commit 41afc92
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 41afc92

Please sign in to comment.