Skip to content

Commit f02cafc

Browse files
committed
CCM-11586: Disable execute-api endpoint
1 parent 27b2671 commit f02cafc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infrastructure/terraform/components/api/api_gateway_rest_api.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ resource "aws_api_gateway_rest_api" "main" {
22
name = local.csi
33
body = local.openapi_spec
44
description = "Suppliers API"
5+
disable_execute_api_endpoint = true
56
}

0 commit comments

Comments
 (0)