Finding basic information about your Terraform deployments shouldn't mean clicking through workspace after workspace. Which versions are running where? Which modules are in use? Scalr Reports answers those questions from one place. Administrators get an overview of their environments and workspaces, so outliers and non-compliant deployments are easier to spot.
The Terraform versions report shows which Terraform versions are running across all your workspaces and environments. That matters when you're phasing out an old version or trying to standardize on one. Instead of tracking it by hand, you see the current state in one view.
Modules tend to sprawl once you have more than a handful of workspaces. The Terraform modules report lists which modules and versions are in use across every workspace in your account, along with the source each one pulls from. That makes it easier to confirm workspaces are using approved sources and to catch an outdated or unauthorized module before it spreads.
Providers are the other place where drift creeps in. The Terraform providers report shows the providers and versions used across all workspaces in your account, including where each one comes from. With that in front of you, it's straightforward to check that workspaces are pulling providers from approved sources.
Visibility is only half the point. Each report supports drill-down, so you can move from a summary into the specific workspaces behind a number and fix the issue there. That keeps the time you spend on Terraform housekeeping down and makes it easier to keep environments compliant.
That's the first set of reports. Sign up to try them against your own workspaces.