{"id":20757643,"url":"https://github.com/dodevops/terraform-azure-azuresql","last_synced_at":"2026-03-19T17:23:33.800Z","repository":{"id":39883825,"uuid":"404687012","full_name":"dodevops/terraform-azure-azuresql","owner":"dodevops","description":"Highly opinionated management of Azure databases","archived":false,"fork":false,"pushed_at":"2024-03-21T07:26:16.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-26T19:36:16.904Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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-09-09T10:58:42.000Z","updated_at":"2021-10-06T14:33:50.000Z","dependencies_parsed_at":"2024-11-17T09:43:48.494Z","dependency_job_id":"db6b2a8a-291e-4297-8ef3-fa43be58a81d","html_url":"https://github.com/dodevops/terraform-azure-azuresql","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/dodevops/terraform-azure-azuresql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodevops%2Fterraform-azure-azuresql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodevops%2Fterraform-azure-azuresql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodevops%2Fterraform-azure-azuresql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodevops%2Fterraform-azure-azuresql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dodevops","download_url":"https://codeload.github.com/dodevops/terraform-azure-azuresql/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodevops%2Fterraform-azure-azuresql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30537319,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-15T06:53:40.532Z","status":"ssl_error","status_checked_at":"2026-03-15T06:51:47.131Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-11-17T09:43:29.999Z","updated_at":"2026-03-15T07:14:50.480Z","avatar_url":"https://github.com/dodevops.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Opinionated Azure SQL databases\n\n## Introduction\n\nThis module manages an Azure SQL database including its server and the needed firewall rule\n\n## Usage\n\nInstantiate the module by calling it from Terraform like this:\n\n```hcl\nmodule \"azure-basics\" {\n  source  = \"dodevops/azuresql/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_mssql_database.azuresqldb](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/mssql_database) (resource)\n- [azurerm_mssql_database_extended_auditing_policy.azuresql-audit-policy](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/mssql_database_extended_auditing_policy) (resource)\n- [azurerm_mssql_firewall_rule.azure-sql-enable-access-firewall](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/mssql_firewall_rule) (resource)\n- [azurerm_mssql_server.azuresqldbsrv](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/mssql_server) (resource)\n- [azurerm_storage_account.azuresql-audit-storage-account](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/storage_account) (resource)\n\n## Required Inputs\n\nThe following input variables are required:\n\n### administrator\\_login\\_password\n\nDescription: Password for the SQL server administrator login\n\nType: `string`\n\n### location\n\nDescription: Azure location to use\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### sku\\_name\n\nDescription: Which SKU to use - see https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/mssql_database#sku_name\n\nType: `string`\n\n### stage\n\nDescription: Stage for this ip\n\nType: `string`\n\n## Optional Inputs\n\nThe following input variables are optional (have default values):\n\n### enable\\_audit\n\nDescription: Enable audit of database access and usage\n\nType: `bool`\n\nDefault: `true`\n\n### public\\_access\n\nDescription: Whether or not public network access is allowed for this server\n\nType: `bool`\n\nDefault: `false`\n\n### sqlserver\\_version\n\nDescription: SQL server version to use\n\nType: `string`\n\nDefault: `\"12.0\"`\n\n### suffix\n\nDescription: suffix for special databases\n\nType: `string`\n\nDefault: `\"\"`\n\n## Outputs\n\nThe following outputs are exported:\n\n### azuresql\\_administrator\\_login\n\nDescription: n/a\n\n### azuresqldb\n\nDescription: n/a\n\n### azuresqldbsrv\n\nDescription: n/a\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-azuresql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdodevops%2Fterraform-azure-azuresql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdodevops%2Fterraform-azure-azuresql/lists"}