Terraform provider for sonarqube

  • which versions are you using : Developer 10.7
  • how is SonarQube deployed: zip
  • what are you trying to achieve: I am trying to write IaC for role and permission creation.
  • what have you tried so far to achieve this: I used the UI to get this done. But it not ideal to do it from ui . I need a terraform provide through which i can create groups, project permission templates etc. but i cant find a terraform provider for sonarqube. What do you recommend how shall i approach this??

Hi,

Welcome to the community!

Your best bet is scripting the API.

And the best way to master the API is to perform the desired action via the UI and eavesdrop to see which calls the UI made to accomplish the action.

You may also find this guide helpful.

 
HTH,
Ann