Data Source: azurerm_mssql_elasticpool

Use this data source to access information about an existing SQL elastic pool.

Example Usage

data "azurerm_mssql_elasticpool" "example" {
  name                = "mssqlelasticpoolname"
  resource_group_name = "example-resources"
  server_name         = "example-sql-server"
}

output "elasticpool_id" {
  value = data.azurerm_mssql_elasticpool.example.id
}

Argument Reference

Attributes Reference


sku exports the following:

Timeouts

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