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

Nested Schema for distributions

Read-Only:

  • hash (String) SHA256 hash of the distribution image
  • name (String) Human-readable name of the distribution
  • os (String) Operating system identifier (e.g. debian, ubuntu)
  • url (String) Download URL for the distribution image