terraform-aws-static-website
terraform-aws-static-website copied to clipboard
Terraform Module to provision an AWS static website using Route53, S3, and CloudFront.
Results
2
terraform-aws-static-website issues
Sort by
recently updated
recently updated
newest added
Highly appreciative of this module! This is not a bug, more like a question for those new to terraform. I want to be able to have multiple subdomains provisioned just...
Cloudfront needs to have s3 bucket versioning enabled so objects do not need to be invalided ` versioning { enabled = true } ` From the Cloudfront service: Invalidating objects...
enhancement