Skip to content

Commit fabd648

Browse files
committed
Try TLS 1.3
1 parent ce93a61 commit fabd648

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/terraform/components/api/api_gateway_rest_api_tls.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# aws_api_gateway_rest_api whenever the desired security policy changes, ensuring
66
# the new API is always created with the correct TLS version.
77
locals {
8-
rest_api_security_policy = "TLS_1_2"
8+
rest_api_security_policy = "SecurityPolicy_TLS13_1_2_2021_06"
99
}
1010

1111
resource "terraform_data" "rest_api_security_policy" {

0 commit comments

Comments
 (0)