- Enable S3 account-level Public Access Block configuration
Name | Version |
---|---|
terraform | >= 1.1.4 |
aws | >= 4.1.0 |
Name | Version |
---|---|
aws | 4.2.0 |
No modules.
Name | Type |
---|---|
aws_s3_account_public_access_block.this | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
block_public_acls | Whether Amazon S3 should block public ACLs for buckets in this account. Defaults to true. | bool |
true |
no |
block_public_policy | Whether Amazon S3 should block public bucket policies for buckets in this account. Defaults to true. | bool |
true |
no |
enable | Boolean whether the S3 baseline module should be enabled | bool |
true |
no |
ignore_public_acls | Whether Amazon S3 should ignore public ACLs for buckets in this account. Defaults to true. | bool |
true |
no |
restrict_public_buckets | Whether Amazon S3 should restrict public bucket policies for buckets in this account. Defaults to true. | bool |
true |
no |
No outputs.