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

lunii/terraform-aws-website

 
 

Repository files navigation

AWS Website Terraform module

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

Usage

module "website" {
  source = "lunii/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 82.4%
  • JavaScript 15.3%
  • Makefile 2.3%