v0.0.21
What's Changed
-
Fix
coderd_ai_providerproducing a cryptic error when Bedrockrole_arnis set against an older server — On Coder servers older than v2.35.0 the server silently dropsrole_arn, which surfaced asProvider produced inconsistent result after apply … inconsistent values for sensitive attribute. Apply now fails with a clear, actionable message telling you to upgrade Coder or removerole_arn. Fixes #387. (#389) -
Fix spurious post-apply inconsistency on
coderd_ai_providerBedrock settings — Empty Bedrock settings strings returned by the server are now mapped back to null, so omitting an optional field no longer trips the plan/state consistency check. (#384) -
Make
versionsoptional oncoderd_template— Templates can now be managed without declaringversions. (#383) -
Expose the server-generated Bedrock
external_idoncoderd_ai_provider— Computed STS external ID forrole_arnassume-role trust policies. Populates only on Coder v2.36.0 or later; null on older servers. (#382)
Full Changelog: v0.0.20...v0.0.21