mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-16 19:00:27 -04:00
546 B
546 B
layout, page_title, sidebar_current
| layout | page_title | sidebar_current |
|---|---|---|
| aws | AWS: aws_s3_bucket | docs-aws-resource-s3-bucket |
aws_s3_bucket
Provides a S3 bucket resource.
Example Usage
resource "aws_s3_bucket" "b" {
bucket = "my_tf_test_bucket"
acl = "private"
}
Argument Reference
The following arguments are supported:
bucket- (Required) The name of the bucket.acl- (Optional) The canned ACL to apply. Defaults to "private".
Attributes Reference
The following attributes are exported:
id- The name of the bucket