Data Source: azurerm_sql_server

Use this data source to access information about an existing SQL Azure Database Server.

Example Usage

data "azurerm_sql_server" "example" {
  name                = "examplesqlservername"
  resource_group_name = "example-resources"
}

output "sql_server_id" {
  value = data.azurerm_sql_server.example.id
}

Argument Reference

Attributes Reference


An identity block exports the following:

Timeouts

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