Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 363 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 363 Bytes

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.