diff --git a/website/source/docs/providers/aws/r/s3_bucket.html.markdown b/website/source/docs/providers/aws/r/s3_bucket.html.markdown index 0f50d1356a..49cee01ec8 100644 --- a/website/source/docs/providers/aws/r/s3_bucket.html.markdown +++ b/website/source/docs/providers/aws/r/s3_bucket.html.markdown @@ -29,7 +29,7 @@ resource "aws_s3_bucket" "b" { The following arguments are supported: * `bucket` - (Required) The name of the bucket. -* `acl` - (Optional) The canned ACL to apply. Defaults to "private". +* `acl` - (Optional) The [canned ACL](http://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl) to apply. Defaults to "private". * `tags` - (Optional) A mapping of tags to assign to the bucket. ## Attributes Reference