Skip to content

Deploy a Static Site w/ HTTPS using Terraform, S3, and CloudFront.

License

Notifications You must be signed in to change notification settings

sjkaliski/terraform-static-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-static-site

Deploy a Static Site served over HTTPS via AWS S3 and CloudFront.

Usage

module "s3site" {
  source = "github.com/sjkaliski/terraform-static-site"

  region          = "us-east-1"
  domain          = "mysite.com"
  zone_id         = "route53_zone_id"
  certificate_arn = "cert_arn"
}

Notes

  • This module currently assumes that the site is to be accessible via www.*.*.

About

Deploy a Static Site w/ HTTPS using Terraform, S3, and CloudFront.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages