jdamata / terraform-provider-sonarqube

Terraform provider for managing Sonarqube configuration
GNU General Public License v3.0
62 stars 54 forks source link

Resource to manage group members #124

Closed gilfthde closed 1 year ago

gilfthde commented 1 year ago

My next contribution adds support for managing group members (implements #48). I know there are different ways to model this but I think this one (separate resource, not modifying sonarqube_group) is the most simple one.

jdamata commented 1 year ago

My next contribution adds support for managing group members (implements #48). I know there are different ways to model this but I think this one (separate resource, not modifying sonarqube_group) is the most simple one.

yep agreed this is definitely the simplest. It might be easier from a user perspective to just have a list of members on the group resource. I asked a question in the original issue to see if the issue opener has an opinion on this. If theres no feedback there for a while, ill merge this in.