Skip to content

Commit 5be41c1

Browse files
committed
endpoint_access_node
1 parent fce3be6 commit 5be41c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

infrastructure/terraform/components/api/api_gateway_domain.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ resource "aws_api_gateway_domain_name" "main" {
22
regional_certificate_arn = aws_acm_certificate_validation.main.certificate_arn
33
domain_name = local.root_domain_name
44
security_policy = "SecurityPolicy_TLS13_1_3_2025_09"
5+
endpoint_access_mode = "STRICT"
56

67
endpoint_configuration {
78
types = ["REGIONAL"]

0 commit comments

Comments
 (0)