website: Link to canned ACL list for s3 buckets
This commit is contained in:
parent
66c06b0f7a
commit
17ef529ac3
|
@ -29,7 +29,7 @@ resource "aws_s3_bucket" "b" {
|
||||||
The following arguments are supported:
|
The following arguments are supported:
|
||||||
|
|
||||||
* `bucket` - (Required) The name of the bucket.
|
* `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.
|
* `tags` - (Optional) A mapping of tags to assign to the bucket.
|
||||||
|
|
||||||
## Attributes Reference
|
## Attributes Reference
|
||||||
|
|
Loading…
Reference in New Issue