Skip to main content

Integration

The TIR integration supports Hugging Face, allowing users to securely add and manage their Hugging Face tokens for seamless access to models and datasets during infrastructure provisioning.

TIR Integration Resource

Example Usage

resource "tir_integration" "hfst" {
name = <name:string>
hugging_face_token = <token:string>
team_id = <team_id : string>
project_id = <project_id:string>
active_iam = <active_iam:string>
}

Schema

Required

  • active_iam (String) : The IAM (Identity and Access Management) role associated with the node.
  • hugging_face_token (String) : This is the hugging face token from hugging face platform
  • name (String) : The name of the hugging face integration token
  • project_id (String) : The ID of the project where the resource is created
  • team_id (String) : The ID of the team where the resource is created

Read-Only

  • id (String) : The ID of this resource.