Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

add the resource to create/manage permission-templates and add/remove users/groups to them #142

Open
quinyx-max opened this issue Nov 6, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@quinyx-max
Copy link

quinyx-max commented Nov 6, 2023

Description

i need a way to create permission templates and also add groups/users to permission templates currently i use null resources to do it.

Potential Terraform Configuration

resource "sonarcloud_permission_template" "default"{
  name= # name of the permisson template to create/manage
}

resource "sonarcloud_add_group_to_permission_template" "example"{
  template = # name of the template
  group = #name of the group to be added
  user = # name of the user to be added
  permissions = # permissions allowed for the user/group
}
@quinyx-max quinyx-max added the enhancement New feature or request label Nov 6, 2023
@quinyx-max quinyx-max changed the title add the resource to manage api/permissions/add_group_to_template add the resource to create/manage permission-templates and add/remove users/groups to them Nov 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant