From 17ef529ac306e24a7cfe98c1e2f9f1da8d3ef92b Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Sat, 25 Apr 2015 07:35:53 -0400 Subject: [PATCH] website: Link to canned ACL list for s3 buckets --- website/source/docs/providers/aws/r/s3_bucket.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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