# 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 ```bash resource "tir_integration" "hfst" { name = hugging_face_token = project_id = active_iam = } ``` ### 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 ### Read-Only - **id** (String) : The ID of this resource. ---