gaia-app / gaia

Gaia is a Terraform 🌍 UI for your modules, and self-service infrastructure 👨‍💻

Home Page:https://gaia-app.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

✨ : issue Terraform 0.13 compatibility

ArieHein opened this issue · comments

Specifically looking for the module source as a requirement if not from TF registry and Module dependencies.

Hello @ArieHein ! Thank you for opening this issue !

As we use the official terraform docker image to run our modules, we are already be compatible with terraform 0.13.
Modules sources from TF registry, S3, GCP Buckets, Git and HTTP Urls should work.
Modules sources from local path will not.

Some other features may not work as expected, as we need to adapt some stuff and test with 0.13
The custom validation rules feature of 0.13 may break the variable detection when importing modules.

We plan to make Gaia a full compatible terraform registry in the future. So Gaia could become a module source itself !

Appreciate the quick answer ! Thanks !!