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

genstackio/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 = "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