Data Source: azurerm_sql_managed_instance

Use this data source to access information about an existing SQL Managed Instance.

Example Usage

data "azurerm_sql_managed_instance" "example" {
  name                = "example_mi"
  resource_group_name = "example-resources"
}

output "sql_instance_id" {
  value = data.azurerm_sql_managed_instance.example.id
}

Argument Reference

The following arguments are supported:

Attributes Reference


The identity block exports the following:

Timeouts

The timeouts block allows you to specify timeouts for certain actions: