terraform-module-versions
« Back to VersTracker
Description:
CLI that checks Terraform code for module updates
Type: Formula  |  Latest Version: 3.3.13@0  |  Tracked Since: Oct 10, 2025
Links: Homepage  |  formulae.brew.sh
Category: Devops
Tags: terraform devops cli infrastructure-as-code versions
Install: brew install terraform-module-versions
About:
terraform-module-versions is a command-line interface tool designed to scan Terraform configuration files for module source references. It automatically checks the Terraform Registry or other configured sources to identify available newer versions of the modules in use. This utility helps DevOps teams proactively manage dependencies, ensuring infrastructure code stays up-to-date with the latest features, bug fixes, and security patches.
Key Features:
  • Scans local Terraform files for module blocks
  • Checks remote registries for the latest available versions
  • Outputs a report of outdated modules
  • Supports version constraint analysis
Use Cases:
  • CI/CD pipeline integration to fail builds on outdated modules
  • Scheduled auditing of infrastructure-as-code repositories
  • Preparing for major version upgrades by identifying dependencies
Alternatives:
  • tfupdate – tfupdate can automatically update version constraints in files, whereas terraform-module-versions focuses primarily on detection and reporting.
  • Renovate – Renovate is a multi-language dependency updater that handles Terraform, but requires a larger configuration setup compared to this dedicated CLI tool.
Version History
Detected Version Rev Change Commit
Oct 10, 2025 6:12pm 0 VERSION_BUMP a1800377
Sep 12, 2025 4:01am 0 VERSION_BUMP 26868d73