Skip to content

Terraform module that creates a publicly readable S3 bucket and an IAM policy that grants write access to it.

License

Notifications You must be signed in to change notification settings

gretchenleighmiller/terraform-aws-s3-assets-bucket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

No requirements.

Providers

Name Version
aws n/a

Modules

No modules.

Resources

Name Type
aws_iam_policy.s3_access resource
aws_s3_bucket.storage_bucket resource
aws_s3_bucket_ownership_controls.storage_bucket resource
aws_s3_bucket_public_access_block.storage_bucket resource
aws_iam_policy_document.s3_access_policy data source

Inputs

Name Description Type Default Required
bucket_name The name of S3 bucket. string n/a yes
name The name for the S3 bucket resources. string n/a yes

Outputs

Name Description
bucket_arn The ARN of the S3 bucket.
s3_access_policy The name and ARN of the IAM policy to access the S3 bucket.

About

Terraform module that creates a publicly readable S3 bucket and an IAM policy that grants write access to it.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages