Select or create a project to begin.
gcloud config set project <walkthrough-project-id/>Run the terraform workflow in the infrastructure/01.setup directory.
It will ask your permission before provisioning resources and you'll need to
type yes to proceed.
DIR=infrastructure/01.setup
terraform -chdir=$DIR init
terraform -chdir=$DIR apply -var='project=<walkthrough-project-id/>'Run the terraform workflow in the infrastructure/02.network directory.
It will ask your permission before provisioning resources and you'll need to
type yes to proceed.
DIR=infrastructure/02.network
terraform -chdir=$DIR init
terraform -chdir=$DIR apply -var='project=<walkthrough-project-id/>'It will ask your permission before provisioning resources and you'll need to
type yes to proceed.
Run the terraform workflow in the infrastructure/03.sinks directory.
DIR=infrastructure/03.sinks
terraform -chdir=$DIR init
terraform -chdir=$DIR apply -var='project=<walkthrough-project-id/>'Run the following command to build the Docker image.
REGION=us-central1
gcloud builds submit --tag=$REGION-docker.pkg.dev/<walkthrough-project-id/>/simulator/simulatorRun the terraform workflow in the infrastructure/05.deploy directory.
It will ask your permission before provisioning resources and you'll need to
type yes to proceed.
DIR=infrastructure/05.deploy
terraform -chdir=$DIR init
terraform -chdir=$DIR apply -var='project=<walkthrough-project-id/>'The application will start populating FHIR Store. Notifications are sent to the Pub/Sub topic and data mirrored on the BigQuery dataset.
The following are where you can find resources you just deployed: