Skip to main content
Before using the Streamkap Terraform Provider, you need to install the Terraform CLI on your machine.

macOS

Homebrew is the most popular package manager for macOS.
To upgrade Terraform later, run brew upgrade hashicorp/tap/terraform

MacPorts

If you use MacPorts, Terraform is available in the ports collection:

Windows

Chocolatey is a popular package manager for Windows.

Scoop

Scoop is another package manager for Windows:

Manual Installation

  1. Download the appropriate package from the Terraform downloads page
  2. Extract the zip archive
  3. Move terraform.exe to a directory in your system PATH (e.g., C:\Windows\System32 or create a dedicated directory)
  4. Open a new command prompt and verify: terraform --version

Linux

Ubuntu/Debian (APT)

RHEL/CentOS/Fedora (DNF/YUM)

Troubleshooting

Ensure the Terraform binary is in your system PATH. You may need to restart your terminal or shell session after installation.
If you encounter permission errors, ensure you’re using sudo where required, or check that your user has write access to the installation directory.
If you have an older version installed via a different method, uninstall it first before using a package manager. For Homebrew: brew unlink terraform before installing the HashiCorp tap version.