Releases: zitadel/terraform-provider-zitadel
Releases · zitadel/terraform-provider-zitadel
v2.6.0
v2.5.0
v2.4.0
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
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
What's Changed
- feat: support hashed pw, skip pw change by @eliobischof in #233
- Password age policies by @sp132 in #240
New Contributors
Full Changelog: v2.1.0...v2.2.0
v2.1.0
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
v2.0.2
v2.0.1
v2.0.0
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.