Skip to content

Commit 9051404

Browse files
committed
Remove changes which the provider can't update
1 parent b158dde commit 9051404

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

infrastructure/api.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

infrastructure/api_mtls.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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"]

0 commit comments

Comments
 (0)