File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,9 @@ resource "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
1515 security_policy = " SecurityPolicy_TLS13_2025_EDGE"
16- endpoint_access_mode = " BASIC"
1716
1817 endpoint_configuration {
19- types = [" EDGE " ]
18+ types = [" REGIONAL " ]
2019 }
2120}
2221
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ resource "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
1919 security_policy = " SecurityPolicy_TLS13_1_3_FIPS_2025_09"
20- endpoint_access_mode = " BASIC"
2120
2221 endpoint_configuration {
2322 types = [" REGIONAL" ]
You can’t perform that action at this time.
0 commit comments