-
Notifications
You must be signed in to change notification settings - Fork 424
Group role member feature #101
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
Conversation
…le to manage the scim resources separately
"strings" | ||
) | ||
|
||
func resourceGroupRole() *schema.Resource { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this resource might have an alias - databricks_group_instance_profile
:) because here we semantically mix two things and confuse outside user
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great point, I always found this quite confusing as well... I will switch it to databricks_group_instance_profile
…rm into group-role-member-feature
…rm into group-role-member-feature
Created three new resources with optional review for adding one more:
Resources:
Pushed & Tested:
Optional & Up for Discussion:
The purpose of the above resources are to manage groups only at the name & entitlement level.
The databricks_group only will include display name and entitlements to create or delete clusters.
Up for discussion to also move that outside of the group object because of the permissions api. I have flagged them as deprecated.
Example resource objects:
Creating member links:
Creating Roles: