
Driving standards in Terraform codebases is hard. Existing work isn't always easy to find, and it's all too easy to Google and copy-paste a new module instead. Helping people who don't know Terraform well is harder still. Here are the problems we hear most often:
If you don't maintain the right standards early on as you adopt Terraform, it's easy to end up with an unmaintainable mess.
Don't underestimate how fast a mess gets messier.
The module registry has been a feature in Scalr for quite some time. We have now improved it with the ability to deploy workspaces directly from the catalog of modules. Workspaces sourced from the module registry make it very easy for your end users, whether they are Terraform experts or not, to deploy approved Terraform modules with just a few clicks. The general workflow is as follows:

All users benefit from the ability to deploy modules directly from the Scalr UI, which in turn helps DevOps leaders drive standardization.
To try this feature out, you will first need to publish a module in the registry. Once the module is published, create a new workspace and select module as the source:

Log in to try it out for yourself and learn more in the docs or video which walks through the set up.
