Skip to content

Commit

Permalink
Update google_sql_database_instance documentation (#5649) (#4012)
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 GoogleCloudPlatform/magic-modules#4907

Co-authored-by: Matthew Barnes <[email protected]>
Signed-off-by: Modular Magician <[email protected]>

Co-authored-by: Matthew Barnes <[email protected]>
  • Loading branch information
modular-magician and MatthewSBarnes authored Jan 26, 2022
1 parent 525404e commit e5c289f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/5649.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
3 changes: 1 addition & 2 deletions website/docs/r/sql_database_instance.html.markdown
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 e5c289f

Please sign in to comment.