The Wire · Showcase
TERRAFORM PROVIDER TFE ADDS SCIM TEAM DATA SOURCE SUPPORT
By RepoJournal · Filed · About HashiCorp
The terraform-provider-tfe now exposes SCIM attributes in team data sources, closing a critical gap for TFE users running identity federation.
The terraform-provider-tfe shipped SCIM resource support in its team data source [1], enabling teams configured with SCIM to surface identity attributes through Terraform. This addresses a long-standing operational constraint for enterprises managing teams through external identity providers. The merge includes full test coverage and updated documentation [2]. In parallel, go-tfe dropped its artificial s390x architecture block [3], clearing the way for s390x Terraform agents to upload tool versions without hitting validation errors [4]. This was a pure blocker removal with no breaking implications.
One email a day. Unsubscribe in one click.
Keep up with HashiCorp in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Upgrade terraform-provider-tfe to pick up SCIM team data source support if running TFE with SCIM enabled hashicorp/terraform-provider-tfe [plan]
- → Update go-tfe if you're running s390x agents in your environment hashicorp/go-tfe [monitor]
References
- [1] [TF-35683]Adds SCIM resources to Team Data Source for TFE. ↗ hashicorp/terraform-provider-tfe
- [2] Merge pull request #2088 from hashicorp/kkavish/scim-team-data hashicorp/terraform-provider-tfe
- [3] Don't block s390x tool versions in go-tfe ↗ hashicorp/go-tfe
- [4] Merge pull request #1357 from hashicorp/jenna/support-s390x hashicorp/go-tfe