Terraform provider reference / data sources / server_types

fiberax_server_types (Data Source)

Every server type available to this project.

Example Usage

# Every type available to the project.
data "fiberax_server_types" "all" {}

output "types" {
  value = [for t in data.fiberax_server_types.all.server_types : "${t.id}: ${t.name}"]
}

Schema

Read-Only

Nested Schema for server_types

Read-Only:

Read the pricing of the type to see what it offers: plans, gpu_packages or gpu_models.

Generated from the provider schema for version 0.3.0. How to install the provider: Terraform provider.