opentelekomcloud_taurusdb_mysql_engine_versions_v3

Use this data source to get the database specifications of a specified DB engine.

Example Usage

data "opentelekomcloud_taurusdb_mysql_engine_versions_v3" "test" {
  database_name = "gaussdb-mysql"
}

Argument Reference

The following arguments are supported:

  • database_name - (Required) Specifies the DB engine. Value options: gaussdb-mysql.

Attributes Reference

In addition to all arguments above, the following attributes are exported:

  • id - The data source ID.

  • datastores - Indicates the DB version list. The datastores structure is documented below.

The datastores block supports:

  • id - Indicates the DB version ID.

  • name - Indicates the DB version number. Only the major version number with two digits is returned.