network

dodevops/network/azure

Terraform Module HCL AZURE

Highly opinionated management of required Azure network resources

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

Azure network resources Introduction This module manages required Azure network resources. Usage Instantiate the module by calling it from Terraform like this: ``hcl module "azure-network" { source = "dodevops/network/azure" version = " " (...) } ` Requirements No requirements. Providers The following providers are used by this module: - azurerm Modules No modules. Resources The following resources are used by this module: - azurerm_network_security_group.network-security-group-subnet (resource) - azurerm_network_security_rule.network-security-rules-inbound (resource) - azurerm_subnet.subnet (resource) - azurerm_subnet_network_security_group_association.nsgassociation-subnet (resource) - azurerm_virtual_network.virtual-network (resource) - azurerm_virtual_network_peering.network-peering (r

Inputs (7)
NameTypeDescriptionDefault
subnetsmap(object({ cidr A map of subnets (with a map of rules for each subnet to apply to the network se required
locationstringThe azure location used for azure required
projectstringThree letter project key required
stagestringStage for this ressource group required
resource_groupstringAzure Resource Group to use required
network_cidrstringThe address space to use for the complete network required
peering_remote_virtual_network_idstringThe id of the remote virtual network to peer to, if required""
Outputs (2)
network — The created network resource
subnet_ids — Map of the created subnet ids
Resources (6)
azurerm_network_security_groupazurerm_network_security_ruleazurerm_subnetazurerm_subnet_network_security_group_associationazurerm_virtual_networkazurerm_virtual_network_peering
Details
FrameworkTerraform Module
LanguageHCL
Version5.0.0
Cloud AZURE
★ Stars0
Forks2
Total downloads7.7k
Inputs7
Outputs2
Resources6
LicenseMIT
Namespacedodevops
Updated