Learning DevOps
上QQ阅读APP看书,第一时间看更新

Installing Terraform by script on macOS

On macOS, we can use Homebrew, the macOS package manager (https://brew.sh/), for installing Terraform by executing the following command in your Terminal:

brew install terraform

That's all for the installation of Terraform by script. Let's look at another solution to use Terraform in Azure without having to install it—by using Azure Cloud Shell.