Skip to content

Commit e6d22c7

Browse files
committed
[NDR-204] PR comment 2
1 parent 8efc50d commit e6d22c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/gateway-document-reference.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "fhir_document_reference_gateway" {
2-
count = local.is_production ? 1 : 1
2+
count = 1
33
source = "./modules/gateway"
44
api_gateway_id = aws_api_gateway_rest_api.ndr_doc_store_api.id
55
parent_id = aws_api_gateway_rest_api.ndr_doc_store_api.root_resource_id

0 commit comments

Comments
 (0)