ionoscloud_inmemorydb_snapshot_locations_v2
Lists IONOS CLOUD InMemoryDB V2 Snapshot Locations.
Last updated
Was this helpful?
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.
data "ionoscloud_inmemorydb_snapshot_locations_v2" "example" {
location = "de/txl"
}location - (Required)[string] The location to query. Requests are routed to the corresponding regional InMemoryDB endpoint.
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?
Was this helpful?