You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[aws_route53_zone.default](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/route53_zone)| data source |
64
69
|[template_file.cloudfront_frontend_viewer_request_function](https://registry.terraform.io/providers/hashicorp/template/latest/docs/data-sources/file)| data source |
65
70
|[template_file.frontend_bucket_cloudfront_read](https://registry.terraform.io/providers/hashicorp/template/latest/docs/data-sources/file)| data source |
66
71
|[template_file.frontend_bucket_enforce_tls_statement](https://registry.terraform.io/providers/hashicorp/template/latest/docs/data-sources/file)| data source |
@@ -80,8 +85,9 @@ Terraform module to host a static site generated by Publii
80
85
| <aname="input_cloudfront_enable_apex_to_www_redirect"></a> [cloudfront\_enable\_apex\_to\_www\_redirect](#input\_cloudfront\_enable\_apex\_to\_www\_redirect)| Enable CloudFront apex to www redirect |`bool`|`true`| no |
81
86
| <aname="input_cloudfront_enable_ipv6"></a> [cloudfront\_enable\_ipv6](#input\_cloudfront\_enable\_ipv6)| Enable IPv6 on CloudFront |`bool`|`true`| no |
82
87
| <aname="input_cloudfront_enable_waf"></a> [cloudfront\_enable\_waf](#input\_cloudfront\_enable\_waf)| Enable CloudFront WAF |`bool`|`true`| no |
83
-
| <aname="input_cloudfront_tls_certificate_arn"></a> [cloudfront\_tls\_certificate\_arn](#input\_cloudfront\_tls\_certificate\_arn)| CloudFront TLS certificate ARN (must be created in us-east-1 region) |`string`|n/a|yes|
88
+
| <aname="input_cloudfront_tls_certificate_arn"></a> [cloudfront\_tls\_certificate\_arn](#input\_cloudfront\_tls\_certificate\_arn)| CloudFront TLS certificate ARN (must be created in us-east-1 region) |`string`|`""`|no|
84
89
| <aname="input_enable_publii_pretty_urls"></a> [enable\_publii\_pretty\_urls](#input\_enable\_publii\_pretty\_urls)| If you hae enabled 'Pretty URLs' in Publii, set this to true |`bool`|`false`| no |
90
+
| <aname="input_route53_hosted_zone_options"></a> [route53\_hosted\_zone\_options](#input\_route53\_hosted\_zone\_options)| If you have a Route53 zone, the required DNS records can be created automatically. | <pre>object({<br> id = string<br> create_certificate_dns_validation_records = bool<br> create_site_url_dns_records = bool<br> })</pre> | <pre>{<br> "create_certificate_dns_validation_records": false,<br> "create_site_url_dns_records": false,<br> "id": ""<br>}</pre> | no |
85
91
| <aname="input_s3_bucket_acl"></a> [s3\_bucket\_acl](#input\_s3\_bucket\_acl)| S3 bucket ACL |`string`|`"private"`| no |
86
92
| <aname="input_site_url"></a> [site\_url](#input\_site\_url)| The desired site URL |`string`| n/a | yes |
0 commit comments