diff --git a/website/source/docs/providers/aws/r/elb.html.markdown b/website/source/docs/providers/aws/r/elb.html.markdown index 033b2a621..5451f7f4c 100644 --- a/website/source/docs/providers/aws/r/elb.html.markdown +++ b/website/source/docs/providers/aws/r/elb.html.markdown @@ -93,6 +93,7 @@ Access Logs (`access_logs`) support the following: * `bucket` - (Required) The S3 bucket name to store the logs in. * `bucket_prefix` - (Optional) The S3 bucket prefix. Logs are stored in the root if not configured. * `interval` - (Optional) The publishing interval in minutes. Default: 60 minutes. +* `enabled` - (Optional) Boolean to enable / disable `access_logs`. Default is `true` Listeners (`listener`) support the following: