> For the complete documentation index, see [llms.txt](https://docs.ionos.com/terraform-provider/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/terraform-provider/data-sources/mariadb_backup_locations_v2.md).

# ionoscloud\_mariadb\_backup\_locations\_v2

The `ionoscloud_mariadb_backup_locations_v2` data source can be used to retrieve the supported MariaDB V2 backup locations for a given API endpoint.

## Example Usage

```hcl
data "ionoscloud_mariadb_backup_locations_v2" "example" {
  location = "de/txl"
}
```

## Argument Reference

* `location` - (Required)\[string] The location to query. Requests are routed to the corresponding regional MariaDB endpoint. Available locations: `de/fra`, `de/txl`, `es/vit`, `fr/par`, `gb/bhx`, `gb/lhr`, `us/ewr`, `us/las`, `us/mci`.

## Attributes Reference

The following attributes are returned by the datasource:

* `items` - List of backup location objects. Each item includes:
  * `id` - The ID (UUID) of the backup location.
  * `location` - The Object Storage location name.
