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 9fbf9e4 commit 403a11aCopy full SHA for 403a11a
README.md
@@ -35,7 +35,7 @@ module "cdn" {
35
http_port = 80
36
https_port = 443
37
origin_protocol_policy = "match-viewer"
38
- origin_ssl_protocols = ["TLSv1"]
+ origin_ssl_protocols = ["TLSv1", "TLSv1.1", "TLSv1.2"]
39
}
40
41
examples/complete/main.tf
@@ -45,7 +45,7 @@ module "cloudfront" {
45
46
47
48
49
50
51
custom_header = [
0 commit comments