...

/

Virtual Network Creation Using Terraform

Virtual Network Creation Using Terraform

Learn how to create a virtual network (vNet) using the Terraform concepts.

Creating a virtual network with Terraform

Now that you’ve gone through the main components of Terraform, how to get up and running, and the concepts of what each Terraform configuration is, let’s take that knowledge and put it to action by creating a Terraform module!

Project overview

In this chapter project you will create a virtual network (vNet) using the following Terraform concepts:

  • A main.tf configuration file

  • A variables.tf configuration file

  • A terraform.tfvars variable definition file

Once the configuration is created, you will then initialize, validate, and finally deploy the Azure ...