Provisioning an Azure Resource Group and Virtual Network with Terraform
Objective: This lab documents the process of provisioning an Azure Resource Group and Virtual Network (with a subnet) using Terraform. It starts with a hardcoded configuration and progressively refactors it: extracting values into variables, loading defaults from a terraform.tfvars file, and using the hashicorp/random provider with string interpolation to generate a unique naming suffix for […]
Provisioning an Azure Resource Group and Virtual Network with Terraform Read More »










