ionoscloud_inmemorydb_versions_v2
Lists supported IONOS CLOUD InMemoryDB V2 Versions.
Last updated
Was this helpful?
Lists supported IONOS CLOUD InMemoryDB V2 Versions.
The ionoscloud_inmemorydb_versions_v2 data source can be used to retrieve the supported InMemoryDB V2 versions in a given location.
data "ionoscloud_inmemorydb_versions_v2" "example" {
location = "de/txl"
}location - (Required)[string] The location to query.
The following attributes are returned by the datasource:
items - List of versions. Each item includes:
id - The UUID of the version.
version - The version string (e.g. 9.0).
status - The support status of the version (e.g. SUPPORTED, RECOMMENDED).
comment - Additional human-readable information about the version lifecycle.
can_upgrade_to - List of versions that a cluster running this version can be upgraded to.
Last updated
Was this helpful?
Was this helpful?