Skip to content

vibhuyadav/terraform-aws-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS S3 Terraform Module

A terraform module to create a S3 bucket in AWS.

Module Input Variables

  • bucket_name - (Required) Name of the bucket

Usage

module "my_s3_bucket" {
  source = "./modules/terraform-aws-s3"

  name = "my-bucket-name"
}

Outputs

  • bucket_name - The name of the bucket.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages