We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1885dd commit 514b440Copy full SHA for 514b440
variables.tf
@@ -60,6 +60,6 @@ variable lambda_function_name {
60
61
variable redirect_all {
62
type = bool
63
- defualt = false
+ default = false
64
description = "Whether all requests should be redirected, or just ones which don't match the CloudFront distribution primary host"
65
}
0 commit comments