This module provisions a Vertex AI Featurestore.
See Google Cloud Platform requirements for details on requirements and usage.
cd .test-infra/terraform/google-cloud-platform/vertex-ai-featurestore terraform init
Create a *.tfvars
file in the same directory as this module.
cd .test-infra/terraform/google-cloud-platform/vertex-ai-featurestore touch vars.tfvars
See Examples below for some example *.tfvars
files.
cd .test-infra/terraform/google-cloud-platform/vertex-ai-featurestore terraform apply -var-file=vars.tfvars
This directory holds a synthea.tfvars to generate an example Vertex AI Featurestore based on data generated from https://github.com/synthetichealth/synthea and stored in Google Cloud FHIR Store with BigQuery streaming. See: https://cloud.google.com/healthcare-api/docs/how-tos/fhir-bigquery-streaming for more details.
To apply using this *.tfvars
file:
cd .test-infra/terraform/google-cloud-platform/vertex-ai-featurestore terraform apply -var-file=synthea.tfvars
You will be prompted for any remaining unset variables.