Hi all,
I’ve just released version 0.4.0 of the OpenAI Terraform provider. This update brings full support for managing organization and project RBAC in Terraform.
New resources cover groups, users in groups, custom roles and role assignments for both users and groups.
New data sources make it possible to list groups, users, roles and all related assignments.
Two new helper functions return IDs for predefined roles.
The provider now parses rate-limit response bodies and respects the backoff duration. The codebase has also been moved to a fully generated model for better consistency.
Documentation is on the Terraform Registry and the full changelog is on GitHub. Feedback and questions are welcome
.
- Terraform Registry: Terraform Registry
- GitHub Repository: GitHub - jianyuan/terraform-provider-openai: Terraform provider for OpenAI