{"id":20757619,"url":"https://github.com/dodevops/terraform-azure-network","last_synced_at":"2026-02-05T22:32:18.536Z","repository":{"id":47635389,"uuid":"364244901","full_name":"dodevops/terraform-azure-network","owner":"dodevops","description":"Highly opinionated management of required Azure network resources","archived":false,"fork":false,"pushed_at":"2024-09-12T08:21:24.000Z","size":15,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-22T23:51:39.453Z","etag":null,"topics":["azurerm","terraform-module"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/dodevops/network/azure/latest","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dodevops.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-04T12:14:27.000Z","updated_at":"2024-09-12T08:20:08.000Z","dependencies_parsed_at":"2024-09-12T17:53:35.847Z","dependency_job_id":"2aceafdc-6792-4a59-994e-84ab88faf4d7","html_url":"https://github.com/dodevops/terraform-azure-network","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/dodevops/terraform-azure-network","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodevops%2Fterraform-azure-network","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodevops%2Fterraform-azure-network/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodevops%2Fterraform-azure-network/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodevops%2Fterraform-azure-network/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dodevops","download_url":"https://codeload.github.com/dodevops/terraform-azure-network/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodevops%2Fterraform-azure-network/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29136771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T21:59:57.939Z","status":"ssl_error","status_checked_at":"2026-02-05T21:59:57.628Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["azurerm","terraform-module"],"created_at":"2024-11-17T09:43:25.131Z","updated_at":"2026-02-05T22:32:18.497Z","avatar_url":"https://github.com/dodevops.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Azure network resources\n\n## Introduction\n\nThis module manages required Azure network resources.\n\n## Usage\n\nInstantiate the module by calling it from Terraform like this:\n\n```hcl\nmodule \"azure-network\" {\n  source = \"dodevops/network/azure\"\n  version = \"\u003cversion\u003e\"\n  \n  (...)\n}\n```\n\n\u003c!-- BEGIN_TF_DOCS --\u003e\n## Requirements\n\nNo requirements.\n\n## Providers\n\nThe following providers are used by this module:\n\n- azurerm\n\n## Modules\n\nNo modules.\n\n## Resources\n\nThe following resources are used by this module:\n\n- [azurerm_network_security_group.network-security-group-subnet](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/network_security_group) (resource)\n- [azurerm_network_security_rule.network-security-rules-inbound](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/network_security_rule) (resource)\n- [azurerm_subnet.subnet](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/subnet) (resource)\n- [azurerm_subnet_network_security_group_association.nsgassociation-subnet](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/subnet_network_security_group_association) (resource)\n- [azurerm_virtual_network.virtual-network](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/virtual_network) (resource)\n- [azurerm_virtual_network_peering.network-peering](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/virtual_network_peering) (resource)\n\n## Required Inputs\n\nThe following input variables are required:\n\n### location\n\nDescription: The azure location used for azure\n\nType: `string`\n\n### network\\_cidr\n\nDescription: The address space to use for the complete network\n\nType: `string`\n\n### project\n\nDescription: Three letter project key\n\nType: `string`\n\n### resource\\_group\n\nDescription: Azure Resource Group to use\n\nType: `string`\n\n### stage\n\nDescription: Stage for this ressource group\n\nType: `string`\n\n### subnets\n\nDescription: A map of subnets (with a map of rules for each subnet to apply to the network security group of the virtual network for each of the subnets)\n\nType:\n\n```hcl\nmap(object({\n    cidr              = list(string)\n    service_endpoints = list(string)\n    service_delegations = map(object({\n      name    = string,\n      actions = list(string),\n    }))\n    private_endpoint_network_policies = string\n    rules = map(object({\n      priority                     = number,\n      source_address_prefixes      = list(string),\n      source_port_ranges           = list(string),\n      destination_address_prefixes = list(string),\n      destination_port_ranges      = list(string),\n      protocol                     = string,\n    }))\n  }))\n```\n\n## Optional Inputs\n\nThe following input variables are optional (have default values):\n\n### peering\\_remote\\_virtual\\_network\\_id\n\nDescription: The id of the remote virtual network to peer to, if required\n\nType: `string`\n\nDefault: `\"\"`\n\n## Outputs\n\nThe following outputs are exported:\n\n### network\n\nDescription: The created network resource\n\n### subnet\\_ids\n\nDescription: Map of the created subnet ids\n\u003c!-- END_TF_DOCS --\u003e\n\n## Development\n\nUse [terraform-docs](https://terraform-docs.io/) to generate the API documentation by running\n\n    terraform fmt .\n    terraform-docs .\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdodevops%2Fterraform-azure-network","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdodevops%2Fterraform-azure-network","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdodevops%2Fterraform-azure-network/lists"}