File tree Expand file tree Collapse file tree 2 files changed +10
-12
lines changed
Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 1+ module "document_reference_gateway" {
2+ source = " ./modules/gateway"
3+ api_gateway_id = aws_api_gateway_rest_api. ndr_doc_store_api . id
4+ parent_id = aws_api_gateway_rest_api. ndr_doc_store_api . root_resource_id
5+ http_methods = [" POST" , " GET" ]
6+ authorization = " NONE"
7+ api_key_required = true
8+ gateway_path = " DocumentReference"
9+ require_credentials = true
10+ }
Original file line number Diff line number Diff line change 1- module "document_reference_gateway" {
2- source = " ./modules/gateway"
3- api_gateway_id = aws_api_gateway_rest_api. ndr_doc_store_api . id
4- parent_id = aws_api_gateway_rest_api. ndr_doc_store_api . root_resource_id
5- http_methods = [" POST" , " GET" ]
6- authorization = " NONE"
7- api_key_required = true
8- gateway_path = " DocumentReference"
9- require_credentials = true
10- }
11-
12-
131module "post-document-references-fhir-lambda" {
142 count = local. is_production ? 0 : 1
153 source = " ./modules/lambda"
You can’t perform that action at this time.
0 commit comments