terraform-azurerm-mssql-db icon indicating copy to clipboard operation
terraform-azurerm-mssql-db copied to clipboard

Terraform Module to deploy a SQL Server, SQL Database, Storage Account in a Resource Group. The module can create an auto-failover group with a private link and geo-redundant database for high availab...

Results 3 terraform-azurerm-mssql-db issues
Sort by recently updated
recently updated
newest added

Failover group name should accept the variable name or should be derived from sql database name to make it unique.

Warning: Deprecated Resource │ │ with module.mssql-server.azurerm_sql_server.primary, │ on .terraform/modules/mssql-server/main.tf line 76, in resource "azurerm_sql_server" "primary": │ 76: resource "azurerm_sql_server" "primary" { │ │ The `azurerm_sql_server` resource is deprecated and...

On https://github.com/kumarvna/terraform-azurerm-mssql-db/blob/master/main.tf#L416 only the given `var.storage_account_id` is used. I think it should be configurable to be reusable from the already created Storage Account (https://github.com/kumarvna/terraform-azurerm-mssql-db/blob/master/main.tf#L40). Another option would be to allow...