terraform-provider-sonarqube
terraform-provider-sonarqube copied to clipboard
[Feature] data "sonarqube_user" use EMAIL as a filter
hello
data "sonarqube_user" "user" {
login_name = "terraform-test"
}
does not allow to search based on email
but in Sonar API it is possible
CURL example
curl -u API_KEY: https://sonarqube/api/users/[email protected]
can it be added to terraform ? Regards
maybe we can swithcn to use q instead of ps
in users search ?