For the complete documentation index, see llms.txt. This page is also available as Markdown.

ionoscloud_inmemorydb_snapshot_locations_v2

Lists IONOS CLOUD InMemoryDB V2 Snapshot Locations.

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

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.

Last updated

Was this helpful?