frostmoln_flavors (Data Source)
List flavors with optional category filter.
Example Usage
terraform
data "frostmoln_flavors" "compute" {
category = "compute"
}
output "compute_flavors" {
value = data.frostmoln_flavors.compute.flavors[*].name
}Schema
Optional
category(String) Filter flavors by category.
Read-Only
flavors(Attributes List) The list of flavors matching the filters. (see below for nested schema)
Nested Schema for flavors
Read-Only:
category(String) The category of the flavor.disk_gb(Number) The disk size in GB.id(String) The unique identifier of the flavor.name(String) The name of the flavor.ram_mb(Number) The amount of RAM in MB.vcpus(Number) The number of virtual CPUs.