{"id":19129428,"url":"https://github.com/launchbynttdata/tf-azurerm-module_reference-virtual_network","last_synced_at":"2025-09-22T22:45:43.388Z","repository":{"id":237971465,"uuid":"795598691","full_name":"launchbynttdata/tf-azurerm-module_reference-virtual_network","owner":"launchbynttdata","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-17T10:09:13.000Z","size":80,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-17T11:35:19.058Z","etag":null,"topics":["azure","infrastructure-as-code","platform-automation","reference","terraform"],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/launchbynttdata.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-05-03T16:14:32.000Z","updated_at":"2025-01-13T15:20:43.000Z","dependencies_parsed_at":"2024-05-08T21:47:23.965Z","dependency_job_id":"ebd08a2a-1632-4ea7-8796-38fa2e5a66d7","html_url":"https://github.com/launchbynttdata/tf-azurerm-module_reference-virtual_network","commit_stats":null,"previous_names":["launchbynttdata/tf-azurerm-module_reference-virtual_network"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/launchbynttdata/tf-azurerm-module_reference-virtual_network","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchbynttdata%2Ftf-azurerm-module_reference-virtual_network","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchbynttdata%2Ftf-azurerm-module_reference-virtual_network/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchbynttdata%2Ftf-azurerm-module_reference-virtual_network/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchbynttdata%2Ftf-azurerm-module_reference-virtual_network/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/launchbynttdata","download_url":"https://codeload.github.com/launchbynttdata/tf-azurerm-module_reference-virtual_network/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchbynttdata%2Ftf-azurerm-module_reference-virtual_network/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276487468,"owners_count":25651133,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-22T02:00:08.972Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure","infrastructure-as-code","platform-automation","reference","terraform"],"created_at":"2024-11-09T06:07:28.235Z","updated_at":"2025-09-22T22:45:43.347Z","avatar_url":"https://github.com/launchbynttdata.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tf-azurerm-module_reference-virtual_network\n\n[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![License: CC BY-NC-ND 4.0](https://img.shields.io/badge/License-CC_BY--NC--ND_4.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-nd/4.0/)\n\n## Overview\n\nThis module is used to deploy one or more virtual networks and subnets.\n\n## Pre-Commit hooks\n\n[.pre-commit-config.yaml](.pre-commit-config.yaml) file defines certain `pre-commit` hooks that are relevant to terraform, golang and common linting tasks. There are no custom hooks added.\n\n`commitlint` hook enforces commit message in certain format. The commit contains the following structural elements, to communicate intent to the consumers of your commit messages:\n\n- **fix**: a commit of the type `fix` patches a bug in your codebase (this correlates with PATCH in Semantic Versioning).\n- **feat**: a commit of the type `feat` introduces a new feature to the codebase (this correlates with MINOR in Semantic Versioning).\n- **BREAKING CHANGE**: a commit that has a footer `BREAKING CHANGE:`, or appends a `!` after the type/scope, introduces a breaking API change (correlating with MAJOR in Semantic Versioning). A BREAKING CHANGE can be part of commits of any type.\nfooters other than BREAKING CHANGE: \u003cdescription\u003e may be provided and follow a convention similar to git trailer format.\n- **build**: a commit of the type `build` adds changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)\n- **chore**: a commit of the type `chore` adds changes that don't modify src or test files\n- **ci**: a commit of the type `ci` adds changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)\n- **docs**: a commit of the type `docs` adds documentation only changes\n- **perf**: a commit of the type `perf` adds code change that improves performance\n- **refactor**: a commit of the type `refactor` adds code change that neither fixes a bug nor adds a feature\n- **revert**: a commit of the type `revert` reverts a previous commit\n- **style**: a commit of the type `style` adds code changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)\n- **test**: a commit of the type `test` adds missing tests or correcting existing tests\n\nBase configuration used for this project is [commitlint-config-conventional (based on the Angular convention)](https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-conventional#type-enum)\n\nIf you are a developer using vscode, [this](https://marketplace.visualstudio.com/items?itemName=joshbolduc.commitlint) plugin may be helpful.\n\n`detect-secrets-hook` prevents new secrets from being introduced into the baseline. TODO: INSERT DOC LINK ABOUT HOOKS\n\nIn order for `pre-commit` hooks to work properly\n\n- You need to have the pre-commit package manager installed. [Here](https://pre-commit.com/#install) are the installation instructions.\n- `pre-commit` would install all the hooks when commit message is added by default except for `commitlint` hook. `commitlint` hook would need to be installed manually using the command below\n\n```\npre-commit install --hook-type commit-msg\n```\n\n## To test the resource group module locally\n\n1. For development/enhancements to this module locally, you'll need to install all of its components. This is controlled by the `configure` target in the project's [`Makefile`](./Makefile). Before you can run `configure`, familiarize yourself with the variables in the `Makefile` and ensure they're pointing to the right places.\n\n```\nmake configure\n```\n\nThis adds in several files and directories that are ignored by `git`. They expose many new Make targets.\n\n2. _THIS STEP APPLIES ONLY TO MICROSOFT AZURE. IF YOU ARE USING A DIFFERENT PLATFORM PLEASE SKIP THIS STEP._ The first target you care about is `env`. This is the common interface for setting up environment variables. The values of the environment variables will be used to authenticate with cloud provider from local development workstation.\n\n`make configure` command will bring down `azure_env.sh` file on local workstation. Devloper would need to modify this file, replace the environment variable values with relevant values.\n\nThese environment variables are used by `terratest` integration suit.\n\nService principle used for authentication(value of ARM_CLIENT_ID) should have below privileges on resource group within the subscription.\n\n```\n\"Microsoft.Resources/subscriptions/resourceGroups/write\"\n\"Microsoft.Resources/subscriptions/resourceGroups/read\"\n\"Microsoft.Resources/subscriptions/resourceGroups/delete\"\n```\n\nThen run this make target to set the environment variables on developer workstation.\n\n```\nmake env\n```\n\n3. The first target you care about is `check`.\n\n**Pre-requisites**\nBefore running this target it is important to ensure that, developer has created files mentioned below on local workstation under root directory of git repository that contains code for primitives/segments. Note that these files are `azure` specific. If primitive/segment under development uses any other cloud provider than azure, this section may not be relevant.\n\n- A file named `provider.tf` with contents below\n\n```\nprovider \"azurerm\" {\n  features {}\n}\n```\n\n- A file named `terraform.tfvars` which contains key value pair of variables used.\n\nNote that since these files are added in `gitignore` they would not be checked in into primitive/segment's git repo.\n\nAfter creating these files, for running tests associated with the primitive/segment, run\n\n```\nmake check\n```\n\nIf `make check` target is successful, developer is good to commit the code to primitive/segment's git repo.\n\n`make check` target\n\n- runs `terraform commands` to `lint`,`validate` and `plan` terraform code.\n- runs `conftests`. `conftests` make sure `policy` checks are successful.\n- runs `terratest`. This is integration test suit.\n- runs `opa` tests\n\u003c!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003c= 1.5.5 |\n| \u003ca name=\"requirement_azurerm\"\u003e\u003c/a\u003e [azurerm](#requirement\\_azurerm) | ~\u003e 3.77 |\n\n## Providers\n\nNo providers.\n\n## Modules\n\n| Name | Source | Version |\n|------|--------|---------|\n| \u003ca name=\"module_resource_names\"\u003e\u003c/a\u003e [resource\\_names](#module\\_resource\\_names) | terraform.registry.launch.nttdata.com/module_library/resource_name/launch | ~\u003e 1.0 |\n| \u003ca name=\"module_resource_names_v2\"\u003e\u003c/a\u003e [resource\\_names\\_v2](#module\\_resource\\_names\\_v2) | terraform.registry.launch.nttdata.com/module_library/resource_name/launch | ~\u003e 2.0 |\n| \u003ca name=\"module_resource_group\"\u003e\u003c/a\u003e [resource\\_group](#module\\_resource\\_group) | terraform.registry.launch.nttdata.com/module_primitive/resource_group/azurerm | ~\u003e 1.0 |\n| \u003ca name=\"module_network\"\u003e\u003c/a\u003e [network](#module\\_network) | terraform.registry.launch.nttdata.com/module_primitive/virtual_network/azurerm | ~\u003e 3.0 |\n| \u003ca name=\"module_subnets\"\u003e\u003c/a\u003e [subnets](#module\\_subnets) | terraform.registry.launch.nttdata.com/module_primitive/virtual_network_subnet/azurerm | ~\u003e 1.0 |\n| \u003ca name=\"module_private_dns_zones\"\u003e\u003c/a\u003e [private\\_dns\\_zones](#module\\_private\\_dns\\_zones) | terraform.registry.launch.nttdata.com/module_primitive/private_dns_zone/azurerm | ~\u003e 1.0 |\n| \u003ca name=\"module_private_dns_zone_vnet_links\"\u003e\u003c/a\u003e [private\\_dns\\_zone\\_vnet\\_links](#module\\_private\\_dns\\_zone\\_vnet\\_links) | terraform.registry.launch.nttdata.com/module_primitive/private_dns_vnet_link/azurerm | ~\u003e 1.0 |\n| \u003ca name=\"module_private_endpoint_resource_names\"\u003e\u003c/a\u003e [private\\_endpoint\\_resource\\_names](#module\\_private\\_endpoint\\_resource\\_names) | terraform.registry.launch.nttdata.com/module_library/resource_name/launch | ~\u003e 1.0 |\n| \u003ca name=\"module_private_endpoint_resource_names_v2\"\u003e\u003c/a\u003e [private\\_endpoint\\_resource\\_names\\_v2](#module\\_private\\_endpoint\\_resource\\_names\\_v2) | terraform.registry.launch.nttdata.com/module_library/resource_name/launch | ~\u003e 2.0 |\n| \u003ca name=\"module_private_service_connection_resource_names\"\u003e\u003c/a\u003e [private\\_service\\_connection\\_resource\\_names](#module\\_private\\_service\\_connection\\_resource\\_names) | terraform.registry.launch.nttdata.com/module_library/resource_name/launch | ~\u003e 1.0 |\n| \u003ca name=\"module_private_service_connection_resource_names_v2\"\u003e\u003c/a\u003e [private\\_service\\_connection\\_resource\\_names\\_v2](#module\\_private\\_service\\_connection\\_resource\\_names\\_v2) | terraform.registry.launch.nttdata.com/module_library/resource_name/launch | ~\u003e 2.0 |\n| \u003ca name=\"module_private_endpoints\"\u003e\u003c/a\u003e [private\\_endpoints](#module\\_private\\_endpoints) | terraform.registry.launch.nttdata.com/module_primitive/private_endpoint/azurerm | ~\u003e 1.0 |\n| \u003ca name=\"module_route_tables\"\u003e\u003c/a\u003e [route\\_tables](#module\\_route\\_tables) | terraform.registry.launch.nttdata.com/module_primitive/route_table/azurerm | ~\u003e 1.0 |\n| \u003ca name=\"module_routes\"\u003e\u003c/a\u003e [routes](#module\\_routes) | terraform.registry.launch.nttdata.com/module_primitive/route/azurerm | ~\u003e 1.0 |\n| \u003ca name=\"module_monitor_private_link_scope\"\u003e\u003c/a\u003e [monitor\\_private\\_link\\_scope](#module\\_monitor\\_private\\_link\\_scope) | terraform.registry.launch.nttdata.com/module_primitive/azure_monitor_private_link_scope/azurerm | ~\u003e 1.0 |\n| \u003ca name=\"module_monitor_private_link_scope_dns_zone\"\u003e\u003c/a\u003e [monitor\\_private\\_link\\_scope\\_dns\\_zone](#module\\_monitor\\_private\\_link\\_scope\\_dns\\_zone) | terraform.registry.launch.nttdata.com/module_primitive/private_dns_zone/azurerm | ~\u003e 1.0 |\n| \u003ca name=\"module_monitor_private_link_scope_vnet_link\"\u003e\u003c/a\u003e [monitor\\_private\\_link\\_scope\\_vnet\\_link](#module\\_monitor\\_private\\_link\\_scope\\_vnet\\_link) | terraform.registry.launch.nttdata.com/module_primitive/private_dns_vnet_link/azurerm | ~\u003e 1.0 |\n| \u003ca name=\"module_monitor_private_link_scope_private_endpoint\"\u003e\u003c/a\u003e [monitor\\_private\\_link\\_scope\\_private\\_endpoint](#module\\_monitor\\_private\\_link\\_scope\\_private\\_endpoint) | terraform.registry.launch.nttdata.com/module_primitive/private_endpoint/azurerm | ~\u003e 1.0 |\n\n## Resources\n\nNo resources.\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_location\"\u003e\u003c/a\u003e [location](#input\\_location) | The location of the vnet and resource group to create. | `string` | n/a | yes |\n| \u003ca name=\"input_address_space\"\u003e\u003c/a\u003e [address\\_space](#input\\_address\\_space) | The address space that is used by the virtual network. | `list(string)` | n/a | yes |\n| \u003ca name=\"input_bgp_community\"\u003e\u003c/a\u003e [bgp\\_community](#input\\_bgp\\_community) | (Optional) The BGP community attribute in format `\u003cas-number\u003e:\u003ccommunity-value\u003e`. | `string` | `null` | no |\n| \u003ca name=\"input_ddos_protection_plan\"\u003e\u003c/a\u003e [ddos\\_protection\\_plan](#input\\_ddos\\_protection\\_plan) | The set of DDoS protection plan configuration | \u003cpre\u003eobject({\u003cbr\u003e    enable = bool\u003cbr\u003e    id     = string\u003cbr\u003e  })\u003c/pre\u003e | `null` | no |\n| \u003ca name=\"input_dns_servers\"\u003e\u003c/a\u003e [dns\\_servers](#input\\_dns\\_servers) | The DNS servers to be used with vNet. | `list(string)` | `[]` | no |\n| \u003ca name=\"input_subnets\"\u003e\u003c/a\u003e [subnets](#input\\_subnets) | A mapping of subnet names to their configurations. | \u003cpre\u003emap(object({\u003cbr\u003e    prefix = string\u003cbr\u003e    delegation = optional(map(object({\u003cbr\u003e      service_name    = string\u003cbr\u003e      service_actions = list(string)\u003cbr\u003e    })), {})\u003cbr\u003e    service_endpoints                             = optional(list(string), []),\u003cbr\u003e    private_endpoint_network_policies             = optional(string, null)\u003cbr\u003e    private_endpoint_network_policies_enabled     = optional(bool, false)\u003cbr\u003e    private_link_service_network_policies_enabled = optional(bool, false)\u003cbr\u003e    network_security_group_id                     = optional(string, null)\u003cbr\u003e    route_table_id                                = optional(string, null)\u003cbr\u003e    route_table_alias                             = optional(string, null)\u003cbr\u003e  }))\u003c/pre\u003e | `{}` | no |\n| \u003ca name=\"input_private_endpoint_resource_names_map\"\u003e\u003c/a\u003e [private\\_endpoint\\_resource\\_names\\_map](#input\\_private\\_endpoint\\_resource\\_names\\_map) | A map of key to resource\\_name that will be used to generate private endpoint resource names | \u003cpre\u003emap(object({\u003cbr\u003e    name       = string\u003cbr\u003e    max_length = optional(number, 60)\u003cbr\u003e  }))\u003c/pre\u003e | \u003cpre\u003e{\u003cbr\u003e  \"private_endpoint\": {\u003cbr\u003e    \"max_length\": 80,\u003cbr\u003e    \"name\": \"pe\"\u003cbr\u003e  },\u003cbr\u003e  \"private_service_connection\": {\u003cbr\u003e    \"max_length\": 80,\u003cbr\u003e    \"name\": \"psc\"\u003cbr\u003e  }\u003cbr\u003e}\u003c/pre\u003e | no |\n| \u003ca name=\"input_private_dns_zone_suffixes\"\u003e\u003c/a\u003e [private\\_dns\\_zone\\_suffixes](#input\\_private\\_dns\\_zone\\_suffixes) | A set of private DNS zones to create | `set(string)` | `[]` | no |\n| \u003ca name=\"input_private_endpoints\"\u003e\u003c/a\u003e [private\\_endpoints](#input\\_private\\_endpoints) | A mapping of private endpoints to create in the virtual network\u003cbr\u003eFor a list of subresources and DNS zone suffixes see https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-dns | \u003cpre\u003emap(object({\u003cbr\u003e    private_dns_zone_suffixes      = list(string)\u003cbr\u003e    private_dns_zone_group_name    = string\u003cbr\u003e    private_link_subresource_names = list(string)\u003cbr\u003e    target_resource_id             = string\u003cbr\u003e    subnet_name                    = string\u003cbr\u003e  }))\u003c/pre\u003e | `{}` | no |\n| \u003ca name=\"input_enable_monitor_private_link_scope\"\u003e\u003c/a\u003e [enable\\_monitor\\_private\\_link\\_scope](#input\\_enable\\_monitor\\_private\\_link\\_scope) | Enable deployment of a private link scope for Azure Monitor\u003cbr\u003eThis allows workloads on the virtual network to access Azure Monitor services (i.e. log analytics, app insights) privately | `bool` | `false` | no |\n| \u003ca name=\"input_monitor_private_link_scope_subnet_name\"\u003e\u003c/a\u003e [monitor\\_private\\_link\\_scope\\_subnet\\_name](#input\\_monitor\\_private\\_link\\_scope\\_subnet\\_name) | The name of the subnet to deploy a private endpoint for the monitor private link scope.\u003cbr\u003eRequired when enable\\_monitor\\_private\\_link\\_scope is true. | `string` | `null` | no |\n| \u003ca name=\"input_monitor_private_link_scope_dns_zone_suffixes\"\u003e\u003c/a\u003e [monitor\\_private\\_link\\_scope\\_dns\\_zone\\_suffixes](#input\\_monitor\\_private\\_link\\_scope\\_dns\\_zone\\_suffixes) | The DNS zone suffixes for the private link scope | `set(string)` | \u003cpre\u003e[\u003cbr\u003e  \"privatelink.monitor.azure.com\",\u003cbr\u003e  \"privatelink.oms.opinsights.azure.com\",\u003cbr\u003e  \"privatelink.ods.opinsights.azure.com\",\u003cbr\u003e  \"privatelink.agentsvc.azure-automation.net\",\u003cbr\u003e  \"privatelink.blob.core.windows.net\"\u003cbr\u003e]\u003c/pre\u003e | no |\n| \u003ca name=\"input_route_tables\"\u003e\u003c/a\u003e [route\\_tables](#input\\_route\\_tables) | A mapping of route table aliases to route table configuration. | \u003cpre\u003emap(object({\u003cbr\u003e    name                          = string\u003cbr\u003e    disable_bgp_route_propagation = optional(bool, false)\u003cbr\u003e    extra_tags                    = optional(map(string), {})\u003cbr\u003e  }))\u003c/pre\u003e | `{}` | no |\n| \u003ca name=\"input_routes\"\u003e\u003c/a\u003e [routes](#input\\_routes) | A mapping of routes to create. | \u003cpre\u003emap(object({\u003cbr\u003e    name                   = string\u003cbr\u003e    route_table_alias      = string\u003cbr\u003e    address_prefix         = string\u003cbr\u003e    next_hop_type          = string\u003cbr\u003e    next_hop_in_ip_address = optional(string, null)\u003cbr\u003e  }))\u003c/pre\u003e | `{}` | no |\n| \u003ca name=\"input_tags\"\u003e\u003c/a\u003e [tags](#input\\_tags) | Tags to be applied to all resources that are created by this module. | `map(string)` | `{}` | no |\n| \u003ca name=\"input_resource_names_map\"\u003e\u003c/a\u003e [resource\\_names\\_map](#input\\_resource\\_names\\_map) | A map of key to resource\\_name that will be used by tf-launch-module\\_library-resource\\_name to generate resource names | \u003cpre\u003emap(object({\u003cbr\u003e    name       = string\u003cbr\u003e    max_length = optional(number, 60)\u003cbr\u003e  }))\u003c/pre\u003e | \u003cpre\u003e{\u003cbr\u003e  \"monitor_private_link_scope\": {\u003cbr\u003e    \"max_length\": 80,\u003cbr\u003e    \"name\": \"ampls\"\u003cbr\u003e  },\u003cbr\u003e  \"monitor_private_link_scope_private_endpoint\": {\u003cbr\u003e    \"max_length\": 80,\u003cbr\u003e    \"name\": \"amplspe\"\u003cbr\u003e  },\u003cbr\u003e  \"resource_group\": {\u003cbr\u003e    \"max_length\": 80,\u003cbr\u003e    \"name\": \"rg\"\u003cbr\u003e  },\u003cbr\u003e  \"virtual_network\": {\u003cbr\u003e    \"max_length\": 80,\u003cbr\u003e    \"name\": \"vnet\"\u003cbr\u003e  }\u003cbr\u003e}\u003c/pre\u003e | no |\n| \u003ca name=\"input_resource_names_version\"\u003e\u003c/a\u003e [resource\\_names\\_version](#input\\_resource\\_names\\_version) | Major version of the resource names module to use | `string` | `\"1\"` | no |\n| \u003ca name=\"input_environment\"\u003e\u003c/a\u003e [environment](#input\\_environment) | Environment in which the resource should be provisioned like dev, qa, prod etc. | `string` | `\"sandbox\"` | no |\n| \u003ca name=\"input_class_env\"\u003e\u003c/a\u003e [class\\_env](#input\\_class\\_env) | Environment where resource is going to be deployed. For example. dev, qa, uat | `string` | `null` | no |\n| \u003ca name=\"input_environment_number\"\u003e\u003c/a\u003e [environment\\_number](#input\\_environment\\_number) | The environment count for the respective environment. Defaults to 000. Increments in value of 1 | `string` | `\"000\"` | no |\n| \u003ca name=\"input_instance_env\"\u003e\u003c/a\u003e [instance\\_env](#input\\_instance\\_env) | Number that represents the instance of the environment. | `number` | `null` | no |\n| \u003ca name=\"input_resource_number\"\u003e\u003c/a\u003e [resource\\_number](#input\\_resource\\_number) | The resource count for the respective resource. Defaults to 000. Increments in value of 1 | `string` | `\"000\"` | no |\n| \u003ca name=\"input_instance_resource\"\u003e\u003c/a\u003e [instance\\_resource](#input\\_instance\\_resource) | Number that represents the instance of the resource. | `number` | `null` | no |\n| \u003ca name=\"input_logical_product_family\"\u003e\u003c/a\u003e [logical\\_product\\_family](#input\\_logical\\_product\\_family) | (Required) Name of the product family for which the resource is created.\u003cbr\u003e    Example: org\\_name, department\\_name. | `string` | n/a | yes |\n| \u003ca name=\"input_logical_product_service\"\u003e\u003c/a\u003e [logical\\_product\\_service](#input\\_logical\\_product\\_service) | (Required) Name of the product service for which the resource is created.\u003cbr\u003e    For example, backend, frontend, middleware etc. | `string` | n/a | yes |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_vnet_address_space\"\u003e\u003c/a\u003e [vnet\\_address\\_space](#output\\_vnet\\_address\\_space) | The address space of the newly created vNet |\n| \u003ca name=\"output_vnet_guid\"\u003e\u003c/a\u003e [vnet\\_guid](#output\\_vnet\\_guid) | The GUID of the newly created vNet |\n| \u003ca name=\"output_vnet_id\"\u003e\u003c/a\u003e [vnet\\_id](#output\\_vnet\\_id) | The id of the newly created vNet |\n| \u003ca name=\"output_vnet_location\"\u003e\u003c/a\u003e [vnet\\_location](#output\\_vnet\\_location) | The location of the newly created vNet |\n| \u003ca name=\"output_vnet_name\"\u003e\u003c/a\u003e [vnet\\_name](#output\\_vnet\\_name) | The Name of the newly created vNet |\n| \u003ca name=\"output_subnet_map\"\u003e\u003c/a\u003e [subnet\\_map](#output\\_subnet\\_map) | The ids of subnets created inside the newly created vNet |\n| \u003ca name=\"output_private_dns_zones\"\u003e\u003c/a\u003e [private\\_dns\\_zones](#output\\_private\\_dns\\_zones) | The private dns zones associated with the newly created vNet |\n| \u003ca name=\"output_private_endpoints\"\u003e\u003c/a\u003e [private\\_endpoints](#output\\_private\\_endpoints) | The private endpoints associated with the newly created vNet |\n| \u003ca name=\"output_monitor_private_link_scope_id\"\u003e\u003c/a\u003e [monitor\\_private\\_link\\_scope\\_id](#output\\_monitor\\_private\\_link\\_scope\\_id) | The id of the monitor private link scope |\n| \u003ca name=\"output_subnet_name_id_map\"\u003e\u003c/a\u003e [subnet\\_name\\_id\\_map](#output\\_subnet\\_name\\_id\\_map) | Can be queried subnet-id by subnet name by using lookup(module.vnet.vnet\\_subnets\\_name\\_id, subnet1) |\n| \u003ca name=\"output_resource_group_id\"\u003e\u003c/a\u003e [resource\\_group\\_id](#output\\_resource\\_group\\_id) | resource group id |\n| \u003ca name=\"output_resource_group_name\"\u003e\u003c/a\u003e [resource\\_group\\_name](#output\\_resource\\_group\\_name) | resource group name |\n| \u003ca name=\"output_transformed_routes\"\u003e\u003c/a\u003e [transformed\\_routes](#output\\_transformed\\_routes) | n/a |\n| \u003ca name=\"output_route_tables_map\"\u003e\u003c/a\u003e [route\\_tables\\_map](#output\\_route\\_tables\\_map) | n/a |\n| \u003ca name=\"output_subnet_route_associations\"\u003e\u003c/a\u003e [subnet\\_route\\_associations](#output\\_subnet\\_route\\_associations) | n/a |\n\u003c!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaunchbynttdata%2Ftf-azurerm-module_reference-virtual_network","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaunchbynttdata%2Ftf-azurerm-module_reference-virtual_network","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaunchbynttdata%2Ftf-azurerm-module_reference-virtual_network/lists"}