jdamata / terraform-provider-sonarqube

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

Update resource_sonarqube_rules.go #164

Closed freeranger closed 1 year ago

freeranger commented 1 year ago

Fixes the Error: API returned an error: The 'customKey' parameter is missing errors in 10.0 reported in https://github.com/jdamata/terraform-provider-sonarqube/issues/162

These properties were previously deprecated and now removed

tbutler-qontigo commented 1 year ago

@jdamata If you merge this, can you re-run the acceptance tests on https://github.com/jdamata/terraform-provider-sonarqube/pull/161 to confirm at least these issues have gone. I expect TestAccSonarqubeGroupBasic will still fail - I am looking into that separately as it is an unrelated resource