artefactory / one-click-mlflow

A tool to deploy a mostly serverless MLflow tracking server on a GCP project with one command
GNU Lesser General Public License v3.0
66 stars 21 forks source link

Turn ocmlf into a Terraform module #80

Open AlexisVLRT opened 2 years ago

AlexisVLRT commented 2 years ago

Description

Right now OCMLF has a tightly coupled CLI workflow and infrastructure deployment. Let's uncouple these by making the Terraform part a standalone module available in the Terraform registry. This repo will just contain the CLI workflow to generate the deployment config, and invoke the TF module.

This will allow the Terraform part of OCMLF to be seamlessly integrated with existing IAC projects.