Terraform – Building Infrastructure
In this post, we will use the example configuration described here to build a resource group in Azure. An Azure resource group is used to logically group resources together, in …
intensely inquisitive about all things networking
In this post, we will use the example configuration described here to build a resource group in Azure. An Azure resource group is used to logically group resources together, in …
The files that are used to build the infrastructure are simply known as the Terraform configuration. The configuration declares the desired state and it is up to Terraform and the …
Terraform is distributed as a binary package to install it on a Windows 10 machine The appropriate binary can be download from https://www.terraform.io/downloads.html. After downloading, and unzipping the file which …
Infrastructure as Code (IaC) allows for the building and managing of infrastructure through the use of a file or files rather than manually configuring resources in a user interface. This …
To modify the environment variables path in Windows 10 Open the start search bar, type in Env and select “Edit the system environment variables” Click the “Environmental Variables..” button Under …