frostmoln_mysql_versions (Data Source)
Lists available MySQL versions for managed database instances.
Example Usage
terraform
data "frostmoln_mysql_versions" "available" {}
output "mysql_versions" {
value = data.frostmoln_mysql_versions.available.versions
}Schema
Read-Only
versions(Attributes List) The list of available MySQL versions. (see below for nested schema)
Nested Schema for versions
Read-Only:
end_of_life(String) The end-of-life date for this version, if known.status(String) The support status of this version (e.g. "supported", "deprecated").version(String) The MySQL version string (e.g. "8.0", "8.4", "9.2").