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

update vpc version for AWS stacks #59

Closed MarkusSagen closed 1 year ago

MarkusSagen commented 1 year ago

The specified version for the terraform vpc provider in AWS stacks uses an older version

This causes issues later on when using deprecated parameters, namely the arguments "enable_classiclink" and "enable_classiclink_dns_support" are no longer used.

This caused the AWS stacks not to work, but with this change they do

wjayesh commented 1 year ago

Thank you so much for the catch and the fix, @MarkusSagen! LGTM 🚀