Skip to content

Viswajith96/terraform-s3-cloudfront

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run.

This script will create an S3 bucket for static hosting and which will get mapped to cloudfront for seamless content delivery.

update the access key and secret key before running script.

Command to install

terraform init && terraform apply

Inputs

Name Description Type Default Required
bucket Name of the s3 bucket to be created. string n/a yes
region Region where s3 bucket to be created. string "us-east-1" no

tested and verified

test instance :: http://test20210315175209553100000001.s3-website-us-east-1.amazonaws.com/viswajith/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages