Skip to content

Terraform module for a RESTful API that accepts new FHIR records

License

Notifications You must be signed in to change notification settings

spe-uob/2020-HealthcareLakeAPI

Repository files navigation

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 = "git@github.com:spe-uob/HealthcareDataLakeAPI.git"
  
  region = var.region
  stage  = var.stage
}