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.