Skip to content

Latest commit

 

History

History

s3-baseline

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

s3-baseline

Features

  • Enable S3 account-level Public Access Block configuration.

Requirements

Name Version
terraform >= 0.13
aws >= 4.3

Providers

Name Version
aws >= 4.3

Inputs

Name Description Type Required
block_public_acls Whether Amazon S3 should block public ACLs for buckets in this account. Defaults to true. bool no
block_public_policy Whether Amazon S3 should block public bucket policies for buckets in this account. Defaults to true. bool no
ignore_public_acls Whether Amazon S3 should ignore public ACLs for buckets in this account. Defaults to true. bool no
restrict_public_buckets Whether Amazon S3 should restrict public bucket policies for buckets in this account. Defaults to true. bool no

Outputs

No outputs.