macOS
brew install terragrunt-atlantis-configlocal Homebrew formula metadata
brew
Generate Atlantis config for Terragrunt projects. Version 1.21.1 via Homebrew; verified 2026-06-15.
install
brew install terragrunt-atlantis-configlocal Homebrew formula metadata
overview
Generate Atlantis config for Terragrunt projects
history
terragrunt-atlantis-config is a Transcend-maintained command-line generator for producing Atlantis YAML configuration from Terragrunt repositories.
The project appeared as a public GitHub repository in March 2020, positioned around a specific gap between Atlantis pull-request automation and Terragrunt's dependency-aware HCL configuration. Its README describes Atlantis as a Terraform pull request automation tool whose YAML config can express module dependencies, then explains that Terragrunt already models those dependencies in configuration.
Rather than asking teams to hand-maintain large Atlantis config files, the tool scans for terragrunt.hcl files, evaluates dependency, terraform, locals, and related source blocks, builds a directed acyclic graph, and emits Atlantis config that reflects the graph.
The README frames the tool around Transcend's own monorepo use case, where Terragrunt configuration can reach thousands of lines. GitHub repository metadata showed hundreds of stars and forks by July 2026, indicating adoption beyond a private internal helper but still within the Terraform/Terragrunt/Atlantis niche.
The recommended production pattern is to install the binary on an Atlantis server and run it from a pre-workflow hook after each clone, commonly generating atlantis.yaml with flags such as --autoplan, --parallel, and --create-workspace.
Users can tune generated Atlantis behavior with CLI flags and Terragrunt locals such as atlantis_workflow, atlantis_apply_requirements, atlantis_skip, and extra_atlantis_dependencies.
For package-manager users, the package matters because it turns a Go CLI into an installable piece of CI infrastructure: Homebrew supplies the local formula, while the README also documents go install and release tarball installation for Atlantis server images.
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 |
|---|---|---|---|
terragrunt-atlantis-config | 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/transcend-io/terragrunt-atlantis-config
install metadata
| Package key | brew:terragrunt-atlantis-config |
|---|---|
| Version | 1.21.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/terragrunt-atlantis-config |
| Homepage | https://transcend.io/blog/why-we-use-terragrunt |
| Repository | https://github.com/transcend-io/terragrunt-atlantis-config |
| Upstream docs | https://github.com/transcend-io/terragrunt-atlantis-config#readme |
| License | MIT |
| Source archive | https://github.com/transcend-io/terragrunt-atlantis-config/archive/refs/tags/v1.21.1.tar.gz |
| Last updated | 2026-06-15T10:21:22-04:00 |
| 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 | terragrunt-atlantis-config |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source 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.