We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fabd648 commit a24f09fCopy full SHA for a24f09f
1 file changed
infrastructure/terraform/components/api/api_gateway_rest_api_tls.tf
@@ -5,7 +5,7 @@
5
# aws_api_gateway_rest_api whenever the desired security policy changes, ensuring
6
# the new API is always created with the correct TLS version.
7
locals {
8
- rest_api_security_policy = "SecurityPolicy_TLS13_1_2_2021_06"
+ rest_api_security_policy = "SecurityPolicy_TLS12_PFS_2025_EDGE"
9
}
10
11
resource "terraform_data" "rest_api_security_policy" {
0 commit comments