virtual-network

aztfm/virtual-network/azurerm

Terraform Module HCL AZURERM

Terraform module for Microsoft Azure to manage Virtual Network resource.

Install
module "virtual-network" {
source = "aztfm/virtual-network/azurerm"
version = "5.0.0"
}
plain text: /constructs/tfmod-aztfm-virtual-network-azurerm/install.txt
⭐ Source on GitHub 📦 Registry page
README

Azure Virtual Network - Terraform Module [devcontainer]: https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/aztfm/terraform-azurerm-virtual-network [registry]: https://registry.terraform.io/modules/aztfm/virtual-network/azurerm/ [releases]: https://github.com/aztfm/terraform-azurerm-virtual-network/releases ![pre-commit](https://github.com/pre-commit/pre-commit) ![Terraform Registry][registry] ![Dev Container][devcontainer] ![License](LICENSE) ![Last release][releases] ![Open in GitHub Codespaces](https://codespaces.new/aztfm/terraform-azurerm-virtual-network?quickstart=1) :gear: Version compatibility | Module version | Terraform version | AzureRM version | | -------------- | ----------------- | --------------- | | >= 5.x.x | >=

Inputs (10)
NameTypeDescriptionDefault
resource_group_namestringThe name of the resource group in which to create the virtual network. required
locationstringThe location/region where the virtual network is created. required
address_spacelist(string)The address space that is used in the virtual network. More than one address spa required
namestringThe name of the virtual network. required
dns_serverslist(string)List of IP addresses of DNS servers.[]
encryption_modestringThe encryption mode for the virtual network. Possible values are 'AllowUnencryptnull
tagsmap(string)A mapping of tags to assign to the resource.{}
ddos_protection_plan_idstringThe ID of DDoS Protection Plan.null
bgp_communitystringThe BGP community attribute in format `<as-number>:<community-value>`. The as-nunull
subnetslist(object({ name List of objects that represent the configuration of each subnet.[]
Outputs (10)
tags — The tags assigned to the resource.
address_space — The list of address spaces used by the virtual network.
dns_servers — The list of DNS servers used by the virtual network.
ddos_protection_plan — Block containing configuration of ddos protection plan.
guid — The GUID of the virtual network.
resource_group_name — The name of the resource group in which to create the virtual network.
location — The location/region where the virtual network is created.
subnets — Blocks containing configuration of each subnet.
id — The virtual network configuration ID.
name — The name of the virtual network.
Resources (2)
azurerm_subnetazurerm_virtual_network
Details
FrameworkTerraform Module
LanguageHCL
Version5.0.0
Cloud AZURERM
★ Stars6
Forks14
Total downloads7.7k
Inputs10
Outputs10
Resources2
Examples2
LicenseApache-2.0
Namespaceaztfm
Updated