You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`workos_organization_role` data source - Look up organization roles by slug or ID
13
+
14
+
### Removed
15
+
-**BREAKING:**`workos_connection` resource - WorkOS API does not support creating/updating connections via API; use the Dashboard instead. The read-only data source is still available.
16
+
-**BREAKING:**`workos_directory` resource - WorkOS API does not support creating/updating directories via API; use the Dashboard instead. The read-only data source is still available.
17
+
-**BREAKING:**`workos_webhook` resource - WorkOS has no public webhook management API; use the Dashboard instead.
18
+
-**BREAKING:**`allow_profiles_outside_organization` attribute on `workos_organization` resource and data source - WorkOS API no longer accepts this parameter.
19
+
20
+
### Fixed
21
+
-`workos_user` resource: `email_verified` is now always sent on updates, preventing drift when email changes reset verification status
22
+
-`workos_organization_membership` resource: `role_slug` is preserved from plan/state when the API omits it from responses
23
+
-`workos_user` data source tests: replaced hardcoded placeholder IDs with dynamically created resources
24
+
-`workos_organization_role` resource: slug is now prefixed with `org-` per WorkOS API requirement
25
+
8
26
## [1.0.0] - 2026-02-01
9
27
10
28
### Added
@@ -19,25 +37,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments