Reference for the teleport_beams_config Terraform data-source
This page lists the supported values of the teleport_beams_config data source of the
Teleport Terraform provider.
Schema
Required
version(String) Version is the version of the resource. Always "v1".
Optional
metadata(Attributes) Metadata about this resource. (see below for nested schema)spec(Attributes) Spec defines the user-provided configuration parameters for Beams. (see below for nested schema)sub_kind(String) SubKind is the sub_kind of the resource. Always "".
Nested Schema for metadata
Optional:
description(String) description is object description.expires(String) expires is a global expiry time header can be set on any resource in the system.labels(Map of String) labels is a set of labels.name(String) name is an object name.
Nested Schema for spec
Optional:
llm(Attributes) Llm carries LLM inference configurations. (see below for nested schema)
Nested Schema for spec.llm
Optional:
anthropic(Attributes) Anthropic LLM endpoint configuration. (see below for nested schema)openai(Attributes) OpenAI LLM endpoint configuration. (see below for nested schema)
Nested Schema for spec.llm.anthropic
Optional:
app_name(String) AppName is the name of the Teleport app that proxies LLM requests. When empty, defaults to the Cloud-managed LLM app for this endpoint.
Nested Schema for spec.llm.openai
Optional:
app_name(String) AppName is the name of the Teleport app that proxies LLM requests. When empty, defaults to the Cloud-managed LLM app for this endpoint.
Was this page helpful?