jdamata / terraform-provider-sonarqube

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

fix: typo on resource doc filename #111

Closed caiocarrara closed 1 year ago

caiocarrara commented 1 year ago

This change updates the documentation file name for activate rule resource. It was being used activete instead of activate. The major consequence of that, I assume, is the resource name being listed wrongly on Terraform's registry page.

caiocarrara commented 1 year ago

Detail where it's being listed: image