website: remove stray backticks (#11807)

This commit is contained in:
Kevin Burke 2017-02-08 18:01:14 -08:00 committed by Martin Atkins
parent 0a60142080
commit 5bd8fab828
1 changed files with 4 additions and 4 deletions

View File

@ -167,8 +167,8 @@ The `elasticsearch_configuration` object supports the following:
The `cloudwatch_logging_options` object supports the following: The `cloudwatch_logging_options` object supports the following:
* `enabled` - (Optional) Enables or disables the logging. Defaults to `false`. * `enabled` - (Optional) Enables or disables the logging. Defaults to `false`.
* `log_group_name` - (Optional) The CloudWatch group name for logging. This value is required if `enabled` is true`. * `log_group_name` - (Optional) The CloudWatch group name for logging. This value is required if `enabled` is true.
* `log_stream_name` - (Optional) The CloudWatch log stream name for logging. This value is required if `enabled` is true`. * `log_stream_name` - (Optional) The CloudWatch log stream name for logging. This value is required if `enabled` is true.