Install terrox — a Terraform TUI with visual AWS resource cards — via Homebrew.
Canonical GitHub repo: terramono/homebrew-tap. This folder is a local working copy.
brew tap terramono/tap https://github.com/terramono/homebrew-tap
brew install terroxterrox # run in current directory (must contain .tf files)
terrox -dir /path/to/tf # run in specified Terraform directoryThe formula in terramono/homebrew-tap is updated by GoReleaser from the main repo (.goreleaser.yaml brews section).
- Tag in
terramono/terrox:git tag v0.x.0 git push origin v0.x.0
- From
terramono/terroxon that tag:GITHUB_TOKEN=$(gh auth token) goreleaser release --clean