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
| domains-zone-root | Root zone under which the domain should be registered in Route 53 | string | - | yes |
56
58
| website-domain-main | Domain for the website (e.g., `example.com`) | string | - | yes |
57
59
| website-domain-redirect | Alternate subdomain to redirect to the main website (e.g., `www.example.com`) | string | - | yes |
58
60
| support-spa | Determine if website is SPA (Single-Page Application) to direct 404 response to index.html | bool |`false`| no |
59
-
| website-additional-domains |Additional domains | list(string) |[]| no |
61
+
| website-additional-domains |Main website additional domains (e.g., `noredir.example.com`) that don't need redirection| list(string) |[]| no |
60
62
| cloudfront_lambda_function_arn | ARN of optional AWS Lambda Function that can be associated with the CloudFront distribution to provide custom behaviour | string | - | no |
61
-
| cloudfront_lambda_function_event_type | The type of event that triggers the above Lambda Function ([https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudfront_distribution#lambda_function_association](documentation)) | string |`origin-request`| no |
63
+
| cloudfront_lambda_function_event_type | The type of event that triggers the above Lambda Function ([documentation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudfront_distribution#lambda_function_association)) | string |`origin-request`| no |
0 commit comments