terraform static site
1.0.0
ปรับใช้ไซต์แบบคงที่ที่ให้บริการผ่าน HTTPS ผ่าน AWS S3 และ CloudFront
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 "
}
www.*.*