Terraform provider reference / data sources / server_type

fiberax_server_type (Data Source)

One server type - by ID or by name.

The list of types depends on the project: restricted types are visible only to the projects they are opened to. Set exactly one of id and name.

Example Usage

# A server type by name - so the configuration does not hard-code an ID.
data "fiberax_server_type" "cluster" {
  name = "Cluster Server"
}

output "cluster_id" { value = data.fiberax_server_type.cluster.id }

Schema

Optional

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.