We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8efc50d commit e6d22c7Copy full SHA for e6d22c7
infrastructure/gateway-document-reference.tf
@@ -1,5 +1,5 @@
1
module "fhir_document_reference_gateway" {
2
- count = local.is_production ? 1 : 1
+ count = 1
3
source = "./modules/gateway"
4
api_gateway_id = aws_api_gateway_rest_api.ndr_doc_store_api.id
5
parent_id = aws_api_gateway_rest_api.ndr_doc_store_api.root_resource_id
0 commit comments