You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could it be possible to use resource_sonarqube_azure_binding with the Sonarqube Community Branch Plugin if the following check was disabled? If so, what would be the best way to make this check disabled by a feature flag?
returnfmt.Errorf("Azure Devops Bindings are not supported in the Community edition of SonarQube. You are using: SonarQube %s version %s", conf.sonarQubeEdition, conf.sonarQubeVersion)
}
returnnil
}
The text was updated successfully, but these errors were encountered:
Could it be possible to use
resource_sonarqube_azure_binding
with the Sonarqube Community Branch Plugin if the following check was disabled? If so, what would be the best way to make this check disabled by a feature flag?terraform-provider-sonarqube/sonarqube/resource_sonarqube_azure_binding.go
Lines 70 to 75 in 694763e
The text was updated successfully, but these errors were encountered: