Merge pull request #1677 from justincampbell/s3-canned-acl-link

website: Link to canned ACL list for s3 buckets
This commit is contained in:
Paul Hinze 2015-04-25 09:01:02 -05:00
commit 3ba3441635
1 changed files with 1 additions and 1 deletions

View File

@ -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