terraform static site
1.0.0
AWS S3 및 CloudFront를 통해 HTTPS를 통해 제공되는 정적 사이트를 배포합니다.
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.*.* 를 통해 사이트에 액세스할 수 있다고 가정합니다.