In this step you will create a Virtual Network (VNET) that will be used to deploy your AKS instance into
- You can find the Terraform configuration for Azure Virtual Network here. The Terraform configuration files are used to create an Azure Vitual Network.
The Terraform main.tf
will do a few things:
- Use the
azurerm_virtual_network
Terraform resource to create a VNET. - Use the
azurerm_subnet
Terraform resource to create relevant subnets. - Use the
westeurope
region, but feel free to change that if you'd like
- Create the ACR by running the following:
terraform init
- To initialize the working directory and pull down the providerterraform plan
- To go through a "check" and confirm the configurations are validterraform apply
- To create the resource