Skip to content

Commit

Permalink
feat: update origin_ssl_protocols in cloudfront from TLSv1 to TLSv1.2…
Browse files Browse the repository at this point in the history
…_2021
  • Loading branch information
ettoreciarcia committed Sep 5, 2024
1 parent b5767f5 commit a38e9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ module "cdn_website" {
http_port = 80
https_port = 443
origin_protocol_policy = "http-only"
origin_ssl_protocols = ["TLSv1"]
origin_ssl_protocols = ["TLSv1.2_2021"]
}

}
Expand Down

0 comments on commit a38e9b6

Please sign in to comment.