Skip to content

Commit 396b8e5

Browse files
committed
NDR-213 Disable default endpoint
1 parent ee462b9 commit 396b8e5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

infrastructure/api_mtls.tf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# New API Gateway for mTLS
22
resource "aws_api_gateway_rest_api" "ndr_doc_store_api_mtls" {
3-
name = "${terraform.workspace}_DocStoreApiMtls"
4-
description = "Document store API with mTLS enabled"
3+
name = "${terraform.workspace}_DocStoreApiMtls"
4+
description = "Document store API with mTLS enabled"
5+
disable_execute_api_endpoint = true
56

67
tags = {
78
Name = "${terraform.workspace}_DocStoreApiMtls"

0 commit comments

Comments
 (0)