jdamata / terraform-provider-sonarqube

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

docs(resources/qualitygate): add disclaimer about grade rating conditions #172

Closed lpcruz closed 1 year ago

lpcruz commented 1 year ago

Follow-up to https://github.com/jdamata/terraform-provider-sonarqube/issues/171

This change adds a disclaimer about the expected behavior about SonarQube's API and how the provider must supply the op field with "GT" in order to provision a resource that has those grade-rating conditions.

Let me know your thoughts, cheers!