Back to AWS Terraform templates index <–
Amazon S3 Bucket Access Block
Provides Amazon S3 bucket access block.
Template Locations
Online documentation
Template reference
Service description
Related AWS Resources
| Resource | Description | Automation |
|---|
module "aws_s3_bucket_public_access_block" {
bucket = "s3-bucket_console_name"
block_public_acls = true
block_public_policy = true
}