Terraform configuration

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 …

Installing Terraform (Windows 10)

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 – Terraform

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 …

Environment variables – Windows 10

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 …