Skip to content

Releases: ncecere/terraform-provider-litellm

v0.3.13

24 Aug 19:31

Choose a tag to compare

v0.3.13

v0.3.12

13 Aug 11:23

Choose a tag to compare

v0.3.12: Add AWS cross-account parameters and comprehensive documenta…

v0.3.11

10 Aug 21:52

Choose a tag to compare

feat: Add credential and vector store resources with data sources

- Add new litellm_credential resource for managing secure authentication
  - Support for storing sensitive credential values (API keys, tokens, etc.)
  - Non-sensitive credential information storage
  - Model ID association for credentials
  - Secure handling of sensitive data with Terraform's sensitive attribute

- Add new litellm_vector_store resource for managing vector stores
  - Support for multiple vector store providers (Pinecone, Weaviate, Chroma, Qdrant, etc.)
  - Integration with credential management for secure authentication
  - Configurable metadata and provider-specific parameters
  - Full CRUD operations for vector store lifecycle management

- Add corresponding data sources for both resources
  - litellm_credential data source for cross-stack referencing
  - litellm_vector_store data source for monitoring and validation
  - Security-conscious design excluding sensitive values from data sources

- Enhanced API response handling and error management
- Comprehensive documentation and examples for all new resources
- Updated provider configuration and version to 0.3.11

v0.3.10

10 Aug 21:03

Choose a tag to compare

docs: Update changelog and README for v0.3.10 release

- Move MCP server feature from unreleased to v0.3.10
- Update provider version in README example to 0.3.10

v0.3.9

10 Aug 12:46

Choose a tag to compare

fix key budget durration , make optioanl

v0.3.8

09 Aug 03:57

Choose a tag to compare

docs: update changelog for v0.3.8 release

v0.3.7

09 Aug 03:44

Choose a tag to compare

docs: update changelog for v0.3.7 release

v0.3.6

09 Aug 03:34

Choose a tag to compare

docs: update changelog for v0.3.6 release

v0.3.5

09 Aug 03:24

Choose a tag to compare

add team_member_permissions back

v0.3.4

30 Jul 03:13
be4b63d

Choose a tag to compare

Ability to define team_id when publishing a model