fix binary_log_enabled description (#3166)

the binary_log_enabled description was referencing an invalid field.

The text from the proto definition on [cloud.google.com](https://cloud.google.com/sql/docs/mysql/admin-api/v1beta4/instances/insert) is "Whether binary log is enabled. If backup configuration is disabled, binary log must be disabled as well."
This commit is contained in:
Joseph Lewis III 2019-03-07 08:49:39 -08:00 committed by Riley Karson
parent 29a407dea3
commit 58cdd9cd3a

View File

@ -226,7 +226,8 @@ 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. Cannot be used with Postgres.
`settings.backup_configuration.enabled` is false, this must be as well.
Cannot be used with Postgres.
* `enabled` - (Optional) True if backup configuration is enabled.