{"id":20757637,"url":"https://github.com/dodevops/terraform-azure-basics","last_synced_at":"2025-09-01T07:35:04.342Z","repository":{"id":47635193,"uuid":"364236961","full_name":"dodevops/terraform-azure-basics","owner":"dodevops","description":"Highly opinionated management of very basic resources (resource groups, locks) for Azure","archived":false,"fork":false,"pushed_at":"2023-08-29T10:46:33.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-11T16:23:05.192Z","etag":null,"topics":["azurerm","terraform-module"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/dodevops/basics/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-04T11:43:30.000Z","updated_at":"2021-10-08T14:49:10.000Z","dependencies_parsed_at":"2024-11-17T09:43:45.468Z","dependency_job_id":"be0ad385-2a29-4414-a2b5-6e0438ab0336","html_url":"https://github.com/dodevops/terraform-azure-basics","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/dodevops/terraform-azure-basics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodevops%2Fterraform-azure-basics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodevops%2Fterraform-azure-basics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodevops%2Fterraform-azure-basics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodevops%2Fterraform-azure-basics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dodevops","download_url":"https://codeload.github.com/dodevops/terraform-azure-basics/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodevops%2Fterraform-azure-basics/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273088835,"owners_count":25043575,"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-01T02:00:09.058Z","response_time":120,"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":["azurerm","terraform-module"],"created_at":"2024-11-17T09:43:27.497Z","updated_at":"2025-09-01T07:35:04.312Z","avatar_url":"https://github.com/dodevops.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Basic ressources for Azure\n\n## Introduction\n\nThis module manages very basic resources for Azure. These resources are included:\n\n* The resource group\n* Deletion lock on resource group level\n* Proximity placement groups\n\n## Usage\n\nInstantiate the module by calling it from Terraform like this:\n\n```hcl\nmodule \"azure-basics\" {\n  source  = \"dodevops/basics/azure\"\n  version = \"\u003cversion\u003e\"\n}\n```\n\n\u003c!-- BEGIN_TF_DOCS --\u003e\n## Requirements\n\nThe following requirements are needed by this module:\n\n- terraform (\u003e=1.0.0)\n\n- azurerm (\u003e=3.0.0)\n\n## Providers\n\nThe following providers are used by this module:\n\n- azurerm (\u003e=3.0.0)\n\n## Modules\n\nNo modules.\n\n## Resources\n\nThe following resources are used by this module:\n\n- [azurerm_management_lock.resource-group-level](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/management_lock) (resource)\n- [azurerm_proximity_placement_group.ppg](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/proximity_placement_group) (resource)\n- [azurerm_resource_group.azure-resource-group](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/resource_group) (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### project\n\nDescription: Three letter project key\n\nType: `string`\n\n### stage\n\nDescription: Stage for this ressource group\n\nType: `string`\n\n## Optional Inputs\n\nThe following input variables are optional (have default values):\n\n### lock\n\nDescription: Lock ressource group for deletion\n\nType: `bool`\n\nDefault: `true`\n\n### manage\\_proximity\\_placement\\_group\n\nDescription: Manage a proximity placement group for the resource group\n\nType: `bool`\n\nDefault: `true`\n\n### tags\n\nDescription: Map of tags for the resources\n\nType: `map(any)`\n\nDefault: `{}`\n\n## Outputs\n\nThe following outputs are exported:\n\n### location\n\nDescription: The location input variable (can be used for dependency resolution)\n\n### lock\\_id\n\nDescription: The ID of the managed resource group lock\n\n### ppg\\_id\n\nDescription: The ID of the generated proximity placement group\n\n### resource\\_group\n\nDescription: The name of the generated resource group\n\n### resource\\_group\\_id\n\nDescription: The ID of the generated resource group\n\u003c!-- END_TF_DOCS --\u003e\n\n## Development\n\nUse [the terraform module tools](https://github.com/dodevops/terraform-module-tools) to check and generate the documentation by running\n\n    docker run -v \"$PWD\":/terraform ghcr.io/dodevops/terraform-module-tools:latest\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdodevops%2Fterraform-azure-basics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdodevops%2Fterraform-azure-basics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdodevops%2Fterraform-azure-basics/lists"}