From the course: Introduction to Terraform on Azure
Unlock the full course today
Join today to access over 24,400 courses taught by industry experts.
Installing Terraform - Terraform Tutorial
From the course: Introduction to Terraform on Azure
Installing Terraform
- [Instructor] For this module, we'll set up your environment so that you can get started with Terraform. In this course, there's a document that you can follow along with to get your environment set up. It will have the same commands that I'm running and we'll go through this tutorial step by step as well. For this demo, I'll be using the following, a Windows PC, PowerShell run in an administrative session, an Azure account, and Visual Studio Code. The first thing we'll need to do is install the Azure Command Line Interface, also known as the Azure CLI. There are two ways to install the Azure CLI. You can download the MSI file from Microsoft's website, or you can go to the Microsoft Installer with Command tab. Since we'll be already doing everything in an administrative PowerShell session, what I'm going to do is copy this command and enter this in my current administrative PowerShell session. So once we enter the command,…