terragrunt_darwin_amd64
; if you’re on Windows, download terragrunt_windows_amd64.exe
, etc.terragrunt
.chmod u+x terragrunt
.PATH
. E.g., On Linux and Mac: mv terragrunt /usr/local/bin/terragrunt
.Note that all the different package managers are third party.The third party Terragrunt packages may not be updated with the latest version, but are often close. Please check your version against the latest available on the Releases Page. If you want the latest version, the recommended installation option is to download from the releases page.
Windows: You can install Terragrunt on Windows using Chocolatey: choco install terragrunt
.
macOS: You can install Terragrunt on macOS using Homebrew: brew install terragrunt
.
Linux: Most Linux users can use Homebrew: brew install terragrunt
. Arch Linux users can use pacman -S terragrunt
to install it community-terragrunt
.
FreeBSD: You can install Terragrunt on FreeBSD using Pkg: pkg install terragrunt
.