File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ resource "aws_api_gateway_rest_api" "ndr_doc_store_api" {
1212resource "aws_api_gateway_domain_name" "custom_api_domain" {
1313 domain_name = local. api_gateway_full_domain_name
1414 regional_certificate_arn = module. ndr-ecs-fargate-app . certificate_arn
15- security_policy = " SecurityPolicy_TLS13_2025_EDGE "
15+ security_policy = " TLS_1_2 "
1616
1717 endpoint_configuration {
1818 types = [" REGIONAL" ]
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ resource "aws_api_gateway_rest_api" "ndr_doc_store_api_mtls" {
1616resource "aws_api_gateway_domain_name" "custom_api_domain_mtls" {
1717 domain_name = local. mtls_api_gateway_full_domain_name
1818 regional_certificate_arn = aws_acm_certificate_validation. mtls_api_gateway_cert . certificate_arn
19- security_policy = " SecurityPolicy_TLS13_1_3_FIPS_2025_09 "
19+ security_policy = " TLS_1_2 "
2020
2121 endpoint_configuration {
2222 types = [" REGIONAL" ]
You can’t perform that action at this time.
0 commit comments