macOS
brew install tfupdatelocal Homebrew formula metadata
sudo port install tfupdateMacPorts ports tree · sysutils/tfupdate/Portfile · source: api.github.com
brew
Update version constraints in your Terraform configurations. Version 0.10.0 via Homebrew; verified 2026-07-03.
install
brew install tfupdatelocal Homebrew formula metadata
sudo port install tfupdateMacPorts ports tree · sysutils/tfupdate/Portfile · source: api.github.com
sudo apk add tfupdateAlpine Linux edge package indexes · tfupdate · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#tfupdatenixpkgs package indexes · pkgs/by-name/tf/tfupdate/package.nix · source: api.github.com
sudo zypper install tfupdateopenSUSE Tumbleweed package metadata · tfupdate · source: download.opensuse.org
overview
Update version constraints in your Terraform configurations
history
tfupdate is a CLI for updating version constraints in Terraform and OpenTofu configurations. Its README documents support for Terraform core, OpenTofu core, providers, modules, dependency lock files, recursive updates, and release lookups from GitHub, GitLab, the Terraform Registry, and the OpenTofu Registry.
The README explains the design motivation: Terraform estates are often split across many directories, while best practice is to pin versions of core, providers, and modules. tfupdate was written to parse configuration and update version constraints across those scattered files.
The tool later grew beyond simple constraint editing. The README documents `release` subcommands for checking versions, `lock` support for updating `.terraform.lock.hcl` without the Terraform or OpenTofu CLI, and OpenTofu registry support through `TFREGISTRY_BASE_URL`.
The README documents installation through Homebrew, MacPorts, compiled releases, Go install, and Docker. The input metadata also records apk, Homebrew, MacPorts, Nix, and zypper packaging.
The README explicitly suggests integrating tfupdate with CI or a scheduler to check releases daily and create pull requests automatically, and links a CircleCI example and orb.
Package users run subcommands such as `tfupdate terraform`, `tfupdate opentofu`, `tfupdate provider`, `tfupdate module`, `tfupdate release`, and `tfupdate lock`. The recursive flag lets teams update many directories in one pass, which is the core package-nerd use case.
For lock files, tfupdate can download provider packages, calculate hashes, and cache calculated values in memory, which the README calls out as a performance advantage when updating multiple directories recursively.
tfupdate is a dependency-maintenance tool for infrastructure code. It fills the same niche as language package updaters, but for Terraform/OpenTofu version constraints, provider locks, and module versions.
Its support across several Unix package managers makes it useful in automated developer environments where Terraform version bumps are handled by scheduled jobs rather than manual edits.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
tfupdate | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/minamijoyo/tfupdate
install metadata
| Package key | brew:tfupdate |
|---|---|
| Version | 0.10.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/tfupdate |
| Homepage | https://github.com/minamijoyo/tfupdate |
| Repository | https://github.com/minamijoyo/tfupdate |
| Upstream docs | https://github.com/minamijoyo/tfupdate#readme |
| License | MIT |
| Source archive | https://github.com/minamijoyo/tfupdate/archive/refs/tags/v0.10.0.tar.gz |
| Last updated | 2026-07-03T04:12:50Z |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | tfupdate |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
tfupdate
nix profile install nixpkgs#tfupdatetfupdate 0.8.2-r16
Update version constraints in your Terraform configurations
https://github.com/minamijoyo/tfupdate
sudo apk add tfupdatetfupdate-doc 0.8.2-r16
Update version constraints in your Terraform configurations (documentation)
https://github.com/minamijoyo/tfupdate
sudo apk add tfupdate-doctfupdate 0.9.4-1.1
Update version constraints in your Terraform configurations
https://github.com/minamijoyo/tfupdate
sudo zypper install tfupdatetfupdate
sudo port install tfupdatesource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.