Failover group for a SQL Managed Instance

With the relatively recent release of azurerm_sql_managed_instance, has anyone been able to create a failover group? I see azurerm_sql_failover_group but this looks to be for /providers/Microsoft.Sql/servers whereas a managed instance is /providers/Microsoft.Sql/managedInstances.

I suppose that we can run az commands to create the failover: az sql instance-failover-group | Microsoft Docs. But, I wanted to make sure that I wasn’t missing something.

Hi @fcatacut!

Indeed, although `azurerm_sql_managed_instance_failover_group`: New resource by aristosvo · Pull Request #13974 · hashicorp/terraform-provider-azurerm · GitHub is ready to get reviewed and merged, it is a big one which may take some time to get merged :slight_smile: