Skip to content

Releases: ncecere/terraform-provider-litellm

v1.0.6

16 Feb 18:11

Choose a tag to compare

fix(model,credential): resolve inconsistent state after apply for num…

v1.0.5

13 Feb 13:54

Choose a tag to compare

chore: update changelog for v1.0.5 (#57)

v1.0.4

11 Feb 15:26

Choose a tag to compare

fix(provider): resolve unknown values after apply for all resources

Fix 'Provider produced inconsistent result after apply' and 'unknown
values after apply' errors across all 19 resources. Fixes #53.

Code fixes:
- Unwrap nested API responses (key/info, team/team_info, etc.)
- Change IsNull() else-clause zeroing to IsUnknown() checks
- Only set API-injected defaults when user originally configured them
- Remove server-side runtime fields from resource schemas
- Add UseStateForUnknown plan modifiers for stable computed fields
- Fix organization update to use PATCH instead of POST
- Fix guardrail litellm_params to only store user-configured keys
- Fix search_tool to parse search_tool_info JSON before sending
- Expand mcp_server auth_type validator to include all API values

Documentation:
- Rewrite all 18 resource docs to match actual Go schemas
- Rewrite all 21 data source docs to match actual Go schemas
- Fix examples with outdated attribute names and values
- Remove YAML frontmatter, standardize code block language to hcl

Testing:
- All 12 unit tests pass
- All 19 resources verified via live integration testing

v1.0.3

09 Feb 23:30

Choose a tag to compare

v1.0.3

v1.0.2

07 Feb 17:51

Choose a tag to compare

v1.0.2

v1.0.1

06 Feb 12:25

Choose a tag to compare

fix: prevent inconsistent state when optional list/map attributes are…

v1.0.0

05 Feb 19:16

Choose a tag to compare

chore: release v1.0.0

v0.3.16

02 Dec 03:05

Choose a tag to compare

chore: fix build and add rewrite notice

v0.3.15

24 Oct 02:09
3b003d4

Choose a tag to compare

Computed values for keys added

v0.3.14

24 Aug 20:44

Choose a tag to compare

feat: Add JSON parsing support and parameter dropping to additional_l…