We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce3be6 commit 5be41c1Copy full SHA for 5be41c1
1 file changed
infrastructure/terraform/components/api/api_gateway_domain.tf
@@ -2,6 +2,7 @@ resource "aws_api_gateway_domain_name" "main" {
2
regional_certificate_arn = aws_acm_certificate_validation.main.certificate_arn
3
domain_name = local.root_domain_name
4
security_policy = "SecurityPolicy_TLS13_1_3_2025_09"
5
+ endpoint_access_mode = "STRICT"
6
7
endpoint_configuration {
8
types = ["REGIONAL"]
0 commit comments