Initial release of the LiteLLM Terraform Provider.
Features
- Manage LiteLLM resources via Terraform
- Compatible with Terraform Plugin Framework (protocol v6)
- Signed release for Terraform Registry verification
Installation
terraform {
required_providers {
litellm = {
source = "BerriAI/litellm"
version = "~> 0.1.0"
}
}
}