Skip to content

Releases: zitadel/terraform-provider-zitadel

v2.6.0

08 Jan 22:21
6a7b300

Choose a tag to compare

2.6.0 (2026-01-08)

Features

  • added support for custom headers and insecure tls (#333) (6a7b300)

v2.5.0

08 Jan 00:26
8e625d9

Choose a tag to compare

2.5.0 (2026-01-08)

Features

  • add default invite user message text resource (#332) (8e625d9)

v2.4.0

05 Jan 22:59
4ccdff7

Choose a tag to compare

2.4.0 (2026-01-05)

Bug Fixes

  • handle 404 errors gracefully in org resource read operation (#299) (fe3f487)
  • handle human user verification drift by marking verified flags as computed (#294) (2a4fa21)
  • include error details in project read failure message (#300) (643f54e)
  • prevent false drift detection on duration fields (#302) (b69ffdc)
  • propagate underlying error in diag.Errorf returns across resources (#309) (7eee374)
  • rename session token datasource to avoid doc generator conflict (#318) (810e41d)
  • sanitize domain input and validate key files (#307) (15ebf4b)
  • update broken link to reserved scopes docs (#287) (b752542)
  • validate role prefixes for member resources (#301) (dc1dd35)

Features

  • add access_token authentication support (#297) (01e1682)
  • add action execution resources (#275) (0742ea0)
  • add Apple IDP resource and datasource (#327) (3d45dee)
  • add custom ID support and migrate to V2 APIs (#305) (98704c5)
  • add default security settings resource (#289) (d3bf752)
  • add docs_link, custom_link, and custom_link_text to privacy policy resources (#282) (35ee808)
  • add email provider resources for SMTP and HTTP (#288) (d0ddcf2)
  • add feature flags resource and datasource (#328) (a9c5e2e)
  • add human_users datasource and enhance machine_users filtering (#296) (337d6b9)
  • add instance domain management resources and datasources (#303) (7d77586)
  • add list datasource for querying project roles (#295) (0610bd4)
  • add max_otp_attempts field to lockout-policy resources (#281) (9d99a11)
  • add organization v2 resources with domain and metadata support (#329) (00341a8)
  • add root_ca attribute (#283) (e5ee557)
  • add session token data source (#308) (85760cf)
  • add support for compliance, backchannel logout, and login versi… (#285) (1a415ce)
  • add use_pkce attribute (#284) (84de6f0)
  • added the webkey-related resources (#257) (501d67c)

v2.3.0

05 Nov 07:06
29ba254

Choose a tag to compare

What's Changed

  • feat: added the action-target resource by @mridang in #255
  • chore: update issue templates with type by @hifabienne in #254
  • chore(deps): bump golang.org/x/oauth2 from 0.24.0 to 0.27.0 by @dependabot[bot] in #262

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

14 May 06:58
a04fcf5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

13 May 06:46
bed0d7f

Choose a tag to compare

What's Changed

  • Add support for authentication with presigned JWT by @Tolsto in #225
  • chore(deps): bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 by @dependabot in #219
  • chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 by @dependabot in #223
  • test: update dependencies by @eliobischof in #234
  • chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 by @dependabot in #235
  • Add missing sms_provider_http resource by @mtrisc in #238

New Contributors

Full Changelog: v2.0.3...v2.1.0

v2.0.3

14 Mar 14:36
965048c

Choose a tag to compare

Merge pull request #220 from zitadel/go-v1.24.0

chore: update to go v1.24.0

v2.0.2

20 Dec 10:13
cc93a3f

Choose a tag to compare

Merge pull request #210 from zitadel/idp-auto-linking

fix: add Idp auto linking parameters

v2.0.1

03 Sep 09:25
3cb2d3b

Choose a tag to compare

fix: context background for well-known call

fix: context background for well-known call

v2.0.0

22 Aug 13:04
cf4d43e

Choose a tag to compare

Breaking changes in update to ZITADEL provider v2.0.0, please remove and reimport the SMTP configuration into the Terraform state, as the logic for the ID in this resource changed.

Please refer to the ZITADEL Provider Documentation - zitadel_smtp_config for an example.