azurerm_mysql_flexible_server

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

Example Usage

data "azurerm_mysql_flexible_server" "example" {
  name                = "existingMySqlFlexibleServer"
  resource_group_name = "existingResGroup"
}

output "id" {
  value = data.azurerm_mysql_flexible_server.example.id
}

Arguments Reference

The following arguments are supported:

Attributes Reference


A high_availability block exports the following:


A maintenance_window block exports the following:


A storage block exports the following:

Timeouts

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