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 0e81e4d commit 10f769cCopy full SHA for 10f769c
cloudfront.tf
@@ -35,7 +35,7 @@ resource "aws_cloudfront_distribution" "this" {
35
}
36
37
38
- viewer_protocol_policy = "allow-all"
+ viewer_protocol_policy = "redirect-to-https"
39
min_ttl = 0
40
default_ttl = 300
41
max_ttl = 1200
0 commit comments