Skip to content

Commit a700fbe

Browse files
committed
NDR-213 Set Api Gateway endpoint type to Regional
1 parent 396b8e5 commit a700fbe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

infrastructure/api_mtls.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ resource "aws_api_gateway_rest_api" "ndr_doc_store_api_mtls" {
44
description = "Document store API with mTLS enabled"
55
disable_execute_api_endpoint = true
66

7+
endpoint_configuration {
8+
types = ["REGIONAL"]
9+
}
10+
711
tags = {
812
Name = "${terraform.workspace}_DocStoreApiMtls"
913
}

0 commit comments

Comments
 (0)