ionoscloud_mariadb_versions_v2
Lists supported IONOS CLOUD MariaDB V2 Versions.
Last updated
Was this helpful?
Lists supported IONOS CLOUD MariaDB V2 Versions.
The ionoscloud_mariadb_versions_v2 data source can be used to retrieve the supported MariaDB V2 versions in a given location.
data "ionoscloud_mariadb_versions_v2" "example" {
location = "de/txl"
}location - (Required)[string] The location to query. Available locations: de/fra, de/txl, es/vit, fr/par, gb/bhx, gb/lhr, us/ewr, us/las, us/mci.
The following attributes are returned by the datasource:
items - List of supported versions. Each item includes:
id - The ID (UUID) of the version.
version - The MariaDB version string (e.g. 11.4).
status - The support status of the version.
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?