You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ These features of S3 bucket configurations are supported:
16
16
- Cross-Region Replication (CRR)
17
17
- ELB log delivery bucket policy
18
18
- ALB/NLB log delivery bucket policy
19
+
- Account-level Public Access Block
19
20
20
21
## Usage
21
22
@@ -117,8 +118,11 @@ Users of Terragrunt can achieve similar results by using modules provided in the
117
118
118
119
-[Complete](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/tree/master/examples/complete) - Complete S3 bucket with most of supported features enabled
119
120
-[Cross-Region Replication](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/tree/master/examples/s3-replication) - S3 bucket with Cross-Region Replication (CRR) enabled
120
-
-[S3 Bucket Notifications](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/tree/master/examples/notification) - S3 bucket notifications to Lambda functions, SQS queues, and SNS topics.
| <aname="input_account_id"></a> [account\_id](#input\_account\_id)| AWS account ID |`string`|`null`| no |
38
+
| <aname="input_block_public_acls"></a> [block\_public\_acls](#input\_block\_public\_acls)| Whether Amazon S3 should block public ACLs for buckets in this account. |`bool`|`false`| no |
39
+
| <aname="input_block_public_policy"></a> [block\_public\_policy](#input\_block\_public\_policy)| Whether Amazon S3 should block public bucket policies for buckets in this account. |`bool`|`false`| no |
40
+
| <aname="input_create"></a> [create](#input\_create)| Whether to create this resource or not? |`bool`|`true`| no |
41
+
| <aname="input_ignore_public_acls"></a> [ignore\_public\_acls](#input\_ignore\_public\_acls)| Whether Amazon S3 should ignore public ACLs for buckets in this account. |`bool`|`false`| no |
42
+
| <aname="input_restrict_public_buckets"></a> [restrict\_public\_buckets](#input\_restrict\_public\_buckets)| Whether Amazon S3 should restrict public bucket policies for buckets in this account. |`bool`|`false`| no |
43
+
44
+
## Outputs
45
+
46
+
| Name | Description |
47
+
|------|-------------|
48
+
| <aname="output_s3_account_public_access_block_id"></a> [s3\_account\_public\_access\_block\_id](#output\_s3\_account\_public\_access\_block\_id)| AWS account ID |
0 commit comments