Skip to content

v0.1.0

Latest

Choose a tag to compare

@ggiallo28 ggiallo28 released this 29 Jan 16:53
ac236a0

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"
    }
  }
}