Data Source: azurerm_mariadb_server

Use this data source to access information about an existing MariaDB Server.

Example Usage

data "azurerm_mariadb_server" "db_server" {
  name                = "mariadb-server"
  resource_group_name = azurerm_mariadb_server.example.resource_group_name
}

output "mariadb_server_id" {
  value = data.azurerm_mariadb_server.example.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


A storage_profile block exports the following:

Timeouts

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