jdamata / terraform-provider-sonarqube

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

Add support to create Portfolios #140

Closed KirkMartinezMarqeta closed 1 year ago

KirkMartinezMarqeta commented 1 year ago

We have tf automation that creates git repos for each of our services, and we would like to use this provider to also create SonarQube portfolios for each service. This can be done via the API, see: https://sonarqube.mq01-qa.marqeta.io/web_api/api/views/create. We'd want to provide the parameters allowed by the API via terraform, naturally.

felixlut commented 1 year ago

I can work on this