Skip to content

Commit a24f09f

Browse files
committed
Fix security policy
1 parent fabd648 commit a24f09f

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 = "SecurityPolicy_TLS13_1_2_2021_06"
8+
rest_api_security_policy = "SecurityPolicy_TLS12_PFS_2025_EDGE"
99
}
1010

1111
resource "terraform_data" "rest_api_security_policy" {

0 commit comments

Comments
 (0)