-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for IAM #435
Comments
Hi @gfelbing, Thanks for opening the issue. As far as I could see providing a list of members is supported in the memberships API ( So we will plan the integration of the |
Hi @gfelbing, We've added support for We have deprecated the existing |
Hi @gfelbing, after discussions with the product team, we agreed that managing IAM resources with TFP is not currently possible and may be supported in the future. Therefore, we need to remove the members field from the stackit_resourcemanager_project resource. In order not to completely break the TFP settings, we will mark members field as deprecated for a while. Any changes made to the field will not affect existing projects. We strongly recommend against using the members field. The owner_email field will remain in use so that a user can be added to the resource at project creation. We apologize for any inconvenience. |
We are using the provider to create our stackit projects.
But the resources only allows us to set the project owner, not the actual access rights to the projects, but has to be maintained by hand.
I see two options fixing that:
stackit_resourcemanager_project
to maintain the list of members (as far as supported by the api)Or obvious 3rd option: both.
The text was updated successfully, but these errors were encountered: