Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 2.1 KB

README.md

File metadata and controls

41 lines (30 loc) · 2.1 KB

Requirements

No requirements.

Providers

Name Version
aws n/a

Modules

No modules.

Resources

Name Type
aws_s3_bucket.s3_bucket resource
aws_s3_bucket_acl.s3_acl resource
aws_s3_bucket_lifecycle_configuration.s3_lifecycle resource
aws_s3_bucket_ownership_controls.s3_oc resource
aws_s3_bucket_policy.public_read_policy resource
aws_s3_bucket_public_access_block.s3_pab resource
aws_s3_bucket_versioning.s3_versioning resource

Inputs

Name Description Type Default Required
bucket_name The name of the S3 bucket string n/a yes
env Environment string "stg" no
force_destroy Whether to force destroy the S3 bucket bool false no

Outputs

Name Description
bucket_arn The ARN of the S3 bucket
bucket_domain_name The domain name of the S3 bucket
bucket_id The ID of the S3 bucket