Improve this page

Back to Terraform templates index <–

Azure VNet Peering with Terraform

Azure VNet Peering by the AKS Sogeti community.

Template Locations

Online documentation

Template reference
Service description

Module usage

module "vnetpeering" {
    source               = "./module-path"
    vnet_names           = ["Transit-VNET", "Bastion-VNET"]
    resource_group_names = ["TransitRG1", "BastionRG1"]
    depends_on           = ["Transit-VNET", "Bastion-VNET"]
}