zenml-io / mlstacks

A series of Terraform based recipes to provision popular MLOps stacks on the cloud.
https://mlstacks.zenml.io/
Apache License 2.0
247 stars 32 forks source link

make enable a variable instead of local #32

Closed wjayesh closed 1 year ago

wjayesh commented 1 year ago

Description

I changed all local enable params to be terraform variables. This allows them to be passed as JSON file, which in turns makes it easier for a python script to control them.

Application

These variables will be used by the zenml stack recipe deploy CLI to control what components to deploy. A new feature of this CLI command is enabling flags to be set to activate individual components.