Skip to content

Conversation

@yuryfomichov
Copy link

@yuryfomichov yuryfomichov commented Sep 18, 2025

Summary

Adds support for optional team_id parameter to the litellm_team resource.

Changes

  • Add team_id as optional, computed field with ForceNew=true
  • Allow users to specify custom team_id or auto-generate UUID if not provided
  • Update documentation with team_id parameter details
  • Maintain backward compatibility

Usage

resource "litellm_team" "custom" {
  team_id = "my-custom-id"
  team_alias = "my-team"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant