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

ionoscloud_mariadb_versions_v2

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.

Example Usage

data "ionoscloud_mariadb_versions_v2" "example" {
  location = "de/txl"
}

Argument Reference

  • 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.

Attributes Reference

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?