AWS S3 bucket Terraform module
Upstream version 5.14.0
0 controls from Registry requirements
Terraform Module Source
registry.compliance.tf/terraform-aws-modules/s3-bucket/aws| Name | Type | Description | Sensitive |
|---|---|---|---|
| aws_s3_bucket_versioning_status | — | The versioning status of the bucket. Will be 'Enabled', 'Suspended', or 'Disabled'. | — |
| s3_bucket_arn | — | The ARN of the bucket. Will be of format arn:aws:s3:::bucketname. | — |
| s3_bucket_bucket_domain_name | — | The bucket domain name. Will be of format bucketname.s3.amazonaws.com. | — |
| s3_bucket_bucket_regional_domain_name | — | The bucket region-specific domain name. The bucket domain name including the region name, please refer here for format. Note: The AWS CloudFront allows specifying S3 region-specific endpoint when creating S3 origin, it will prevent redirect issues from CloudFront to S3 Origin URL. | — |
| s3_bucket_hosted_zone_id | — | The Route 53 Hosted Zone ID for this bucket's region. | — |
| s3_bucket_id | — | The name of the bucket. | — |
| s3_bucket_lifecycle_configuration_rules | — | The lifecycle rules of the bucket, if the bucket is configured with lifecycle rules. If not, this will be an empty string. | — |
| s3_bucket_policy | — | The policy of the bucket, if the bucket is configured with a policy. If not, this will be an empty string. | — |
| s3_bucket_region | — | The AWS region this bucket resides in. | — |
| s3_bucket_tags | — | Tags of the bucket. | — |
| s3_bucket_website_domain | — | The domain of the website endpoint, if the bucket is configured with a website. If not, this will be an empty string. This is used to create Route 53 alias records. | — |
| s3_bucket_website_endpoint | — | The website endpoint, if the bucket is configured with a website. If not, this will be an empty string. | — |
| s3_directory_bucket_arn | — | ARN of the directory bucket. | — |
| s3_directory_bucket_name | — | Name of the directory bucket. | — |