canonical / mlflow-operator

MLFlow Operators
Apache License 2.0
11 stars 10 forks source link

feat: add Terraform module for mlflow-server #267

Closed DnPlas closed 2 weeks ago

DnPlas commented 2 weeks ago

This commit adds the terraform/ directory to the root of the repository to host the Terraform module of this charm. This follows the standard set in CC006. For more information please also refer to canonical/argo-operators/pull/198.

Fixes #266

Testing instructions

  1. Check the correctness of the module with tox -e tflint
  2. Apply with terraform apply -var "channel=latest/edge" -var "model_name=kubeflow" --auto-approve
  3. Wait for the charm to be deployed.

For reviewers

This module must expose all the information in the metadata.yaml of this charm, make sure you review it by comparing that file to the Tf files in this PR.