Skip to content

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

License

Notifications You must be signed in to change notification settings

dhaidashenko/terraform-aws-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 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

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HCL 80.2%
  • JavaScript 17.2%
  • Makefile 2.6%