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
245 stars 32 forks source link

Fix stack provider value bug #110

Closed strickvl closed 8 months ago

strickvl commented 8 months ago

Enum included as a literal object vs just the actual string value was preventing stack deployment.

Pre-requisites

Please ensure you have done the following:

Types of changes