Skip to content

Releases: BerriAI/terraform-provider-litellm

v0.1.2

17 Feb 09:30

Choose a tag to compare

Prepare for v0.1.2 release

- Add RELEASING.md with comprehensive release process documentation
- Update CHANGELOG.md to reflect v0.1.1 and v0.1.2 releases

v0.1.1

11 Feb 15:27
2125b31

Choose a tag to compare

What's Changed

  • feat: add audio_speech and rerank model modes by @kabooboo in #13
  • feat(model): Add litellm_credential_name support by @MaximeBOUDIER in #15
  • fix(model): Only include cost fields when explicitly set by @MaximeBOUDIER in #14
  • fix(litellm): implement exponential backoff for credential reads by @wadhah101 in #18

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

29 Jan 16:53
ac236a0

Choose a tag to compare

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