Name | Version |
---|---|
terraform | =0.12.24 |
aws | ~> 2.0 |
Name | Version |
---|---|
aws | ~> 2.0 |
No modules.
Name | Type |
---|---|
aws_acm_certificate.cert | resource |
aws_acm_certificate_validation.wildcard_cert | resource |
aws_cloudfront_distribution.cdn_redirect | resource |
aws_cloudfront_distribution.distribution | resource |
aws_cloudfront_origin_access_identity.origin_access_identity_website | resource |
aws_route53_record.root | resource |
aws_route53_record.wildcard_validation | resource |
aws_route53_record.www | resource |
aws_s3_bucket.site_bucket | resource |
aws_s3_bucket.website_redirect | resource |
aws_s3_bucket_policy.update_website_root_bucket_policy | resource |
aws_route53_zone.public | data source |
Name | Description | Type | Default | Required |
---|---|---|---|---|
aws_region | The AWS region to use | string |
"us-east-1" |
no |
domain | The domain to host the site at | any |
n/a | yes |
error_page | The error page of the site | string |
"error.html" |
no |
hosted_zone | The hosted zone to use | any |
n/a | yes |
index_page | The index page of the site | string |
"index.html" |
no |
versioning | Whether or not to enable versioning on the site S3 bucket | bool |
true |
no |
No outputs.