{"id":20757631,"url":"https://github.com/dodevops/terraform-azure-state","last_synced_at":"2026-06-07T14:31:30.550Z","repository":{"id":39863336,"uuid":"364240287","full_name":"dodevops/terraform-azure-state","owner":"dodevops","description":"Highly opinionated Terraform State management for Azure","archived":false,"fork":false,"pushed_at":"2024-12-02T11:42:29.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-04-01T14:20:01.244Z","etag":null,"topics":["azurerm","terraform-module","terraform-states"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/dodevops/state/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:56:51.000Z","updated_at":"2024-12-02T11:41:54.000Z","dependencies_parsed_at":"2025-01-18T04:54:59.240Z","dependency_job_id":null,"html_url":"https://github.com/dodevops/terraform-azure-state","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/dodevops/terraform-azure-state","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodevops%2Fterraform-azure-state","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodevops%2Fterraform-azure-state/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodevops%2Fterraform-azure-state/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodevops%2Fterraform-azure-state/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dodevops","download_url":"https://codeload.github.com/dodevops/terraform-azure-state/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodevops%2Fterraform-azure-state/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34025803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-07T02:00:07.652Z","response_time":124,"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","terraform-states"],"created_at":"2024-11-17T09:43:27.157Z","updated_at":"2026-06-07T14:31:30.531Z","avatar_url":"https://github.com/dodevops.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform state management (for Azure)\n\n## Introduction\n\nThis module manages storage for Terraform states and is usually used in the Terraform \"state\" module as a base\nfor other modules' backend configuration.\n\n## Usage\n\nInstantiate the module by calling it from Terraform like this:\n\n```hcl\nmodule \"state\" {\n  source = \"dodevops/state/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.9.0)\n\n- azurerm (\u003e=4.0.0)\n\n## Providers\n\nThe following providers are used by this module:\n\n- azurerm (\u003e=4.0.0)\n\n## Modules\n\nNo modules.\n\n## Resources\n\nThe following resources are used by this module:\n\n- [azurerm_storage_account.storage-account](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/storage_account) (resource)\n- [azurerm_storage_container.storage-container](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/storage_container) (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### resource\\_group\n\nDescription: Name of the resource group to use\n\nType: `string`\n\n### stage\n\nDescription: Name of the stage for this state\n\nType: `string`\n\n## Optional Inputs\n\nThe following input variables are optional (have default values):\n\n### delete\\_retention\\_policy\n\nDescription: Days until soft deleted resources are hard deleted\n\nType: `number`\n\nDefault: `7`\n\n### tags\n\nDescription: Map of tags for the resources\n\nType: `map(any)`\n\nDefault: `{}`\n\n## Outputs\n\nNo outputs.\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-state","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdodevops%2Fterraform-azure-state","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdodevops%2Fterraform-azure-state/lists"}