freebox_virtual_machine_distributions (Data Source)
List the OS distributions available for virtual machine provisioning.
Example
data "freebox_virtual_machine_distributions" "example" {}
output "distributions" {
value = data.freebox_virtual_machine_distributions.example.distributions
}
Schema
Read-Only
distributions(Attributes List) List of available OS distributions (see below for nested schema)
Nested Schema for distributions
Read-Only:
hash(String) SHA256 hash of the distribution imagename(String) Human-readable name of the distributionos(String) Operating system identifier (e.g.debian,ubuntu)url(String) Download URL for the distribution image