Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Website Terraform module

Terraform module which creates an website (S3/CloudFront/HTTPS) on AWS.

Usage

module "website" {
  source = "genstackio/website/aws"

  bucket_name = "my-bucket"
  zone        = "zone-id"
  dns         = "my.website.com"
}

About

Terraform module to host a static website (html/js/css/...) in an AWS S3 bucket and with an AWS CloudFront CDN

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages