Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 844 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 844 Bytes

Terraform Scan

HealthcareLakeAPI

This is a pluggable component for data ingestion into the HealthcareLake. It accepts new FHIR records as a POST request. Full usage instructions are maintained here.

Usage

terraform apply

or as a module import:

module "fhir_api" {
  source = "[email protected]:spe-uob/HealthcareDataLakeAPI.git"
  
  region = var.region
  stage  = var.stage
}