> 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/inmemorydb_snapshot_locations_v2.md).

# ionoscloud\_inmemorydb\_snapshot\_locations\_v2

The `ionoscloud_inmemorydb_snapshot_locations_v2` data source can be used to retrieve available InMemoryDB V2 snapshot locations for a given API endpoint.

## Example Usage

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

## Argument Reference

* `location` - (Required)\[string] The location to query. Requests are routed to the corresponding regional InMemoryDB endpoint.

## Attributes Reference

The following attributes are returned by the datasource:

* `items` - List of snapshot location objects. Each item includes:
  * `id` - The ID of the snapshot location.
  * `snapshot_region` - The snapshot region identifier.
