Added documentation around access_logs enabled and reverted default

value to true
This commit is contained in:
Joel Vasallo 2016-10-10 10:05:13 -05:00
parent f290a3a955
commit 7dd376216b
2 changed files with 2 additions and 1 deletions

View File

@ -91,7 +91,7 @@ func resourceAwsAlb() *schema.Resource {
"enabled": &schema.Schema{
Type: schema.TypeBool,
Optional: true,
Default: false,
Default: true,
},
},
},

View File

@ -54,6 +54,7 @@ Access Logs (`access_logs`) support the following:
* `bucket` - (Required) The S3 bucket name to store the logs in.
* `prefix` - (Optional) The S3 bucket prefix. Logs are stored in the root if not configured.
* `enabled` = (Optional) Boolean to enable / disable `access_logs`. Default is `true`
## Attributes Reference