dbt-labs / terraform-provider-dbtcloud

dbt Cloud Terraform Provider
https://registry.terraform.io/providers/dbt-labs/dbtcloud
MIT License
82 stars 19 forks source link

Update docs #133

Closed b-per closed 1 year ago

b-per commented 1 year ago

This PR adds small update to the docs but has a big diff due to many files getting renamed in the process.

This

b-per commented 1 year ago

Comment on the version number

Thanks for the update on the version number. Right now in the end it is still useful when doing a make install and push changes to a specific version but I will keep in mind that it is not used otherwise.

Comment on this PR

About this PR, I have second thoughts about using just dbt when generating the docs. I was eavesdropping other providers and most (if not all of them) use single words. The ones being "multiple words" just concatenate them into one. For example ionoscloud or octopusdeploy

So, I think that the docs could/should be generated with generate --provider-name dbtcloud (instead of the current PR changing it to generate --provider-name dbt)