davidji99 / terraform-provider-split

Terraform Split provider
https://registry.terraform.io/providers/davidji99/split/latest
Mozilla Public License 2.0
23 stars 8 forks source link

New resource: `split_user_group_association` #93

Open davidji99 opened 2 years ago

davidji99 commented 2 years ago

You remove a user from a group by using the patch and sending an ‘op’ of ‘remove’ like the below: (note that the order of the group you’re removing does matter so removing group /groups/0 is the first group that the user has, /groups/1 is the second and so on)

[{ "op": "remove", "path": "/groups/1", }]