Releases: osodevops/terraform-provider-workos
Releases · osodevops/terraform-provider-workos
Release list
v2.4.0
v2.3.1
v2.3.0
v2.2.1
2.2.1 (2026-04-09)
Bug Fixes
- add IsUnknown() checks for Optional+Computed fields (774d8e3)
- add IsUnknown() checks for Optional+Computed fields (612617b)
- correctly parse nested role object from membership API response (9d9476c)
- pin GitHub Actions to immutable commit SHAs (2410473)
- remove domain uniqueness constraint from organization resource (27abbbd)
- send null for removed metadata keys on user and organization updates (aad31e2)
v2.2.0
v2.1.0
2.1.0 (2026-03-13)
Features
- add external_id and metadata to organization resource (4bde9d4)
- add external_id and metadata to organization resource (beb9dbd)
- add external_id lookup to organization data source (d9f645b)
- add permission resource, data source, and organization role permission resource (d9ded58)
- add permission resource, data source, and organization role permission resource (10fd884)
Bug Fixes
- prevent updated_at drift and allow clearing description on permission resource (0df2991)
- prevent updated_at drift on re-apply (36a1b9e)
- prevent updated_at drift on re-apply of unchanged state (1ad7f91), closes #5
- resolve updated_at drift on update and email_verified reset (3f93787)
- validate domain uniqueness across organizations (0658b1f)
- validate domain uniqueness across organizations (14e5d2e), closes #8
v2.0.0
Changelog
- 394c45d: feat: add workos_organization_role resource and data source (@danielloader)
- 1e700d0: fix: prefix organization role slugs with 'org-' per WorkOS API requirement (@sionsmith)
- ea88f08: fix: regenerate docs to match go generate output (@sionsmith)
- 94dcad4: fix: remove unsupported resources and fix acceptance test failures (@sionsmith)
v1.0.0
Changelog
- 0e50a3b: feat: Initial release of WorkOS Terraform Provider v1.0.0 (Sion Smith sion.smith@gmail.com)
- e8cdc5c: fix(ci): Add Terraform setup and fix goreleaser deprecation (Sion Smith sion.smith@gmail.com)
- d5bd48d: fix(ci): Add golangci-lint config and tools dependency (Sion Smith sion.smith@gmail.com)
- 7085010: fix(ci): Update GoReleaser action to v2 for version 2 config (Sion Smith sion.smith@gmail.com)