/terraform-azurerm-network

A terraform module for creating a vnet, subnet, rt, nsg and associate them with the subnet created

Primary LanguageHCLMIT LicenseMIT

Requirements

Name Version
azurerm >= 3.91.0

Providers

Name Version
azurerm >= 3.91.0

Modules

No modules.

Resources

Name Type
azurerm_network_security_group.this resource
azurerm_route_table.this resource
azurerm_subnet.this resource
azurerm_subnet_network_security_group_association.this resource
azurerm_subnet_route_table_association.this resource
azurerm_virtual_network.this resource
azurerm_resource_group.this data source

Inputs

Name Description Type Default Required
existing_rg_name value for the name of an existing resource group string n/a yes
nsg_name value for the network security group name string n/a yes
rt_disable_bgp value for the route table disable BGP route propagation setting bool n/a yes
rt_name value for the route table name string n/a yes
subnet_address_prefix value for the subnet address prefix list(string) n/a yes
subnet_name value for the subnet name string n/a yes
vnet_address_space value for the virtual network address space list(string) n/a yes
vnet_dns_servers value for the virtual network DNS servers list(string) n/a yes
vnet_name value for the virtual network name string n/a yes

Outputs

No outputs.