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

Docs - Examples with `<...>` do not render properly #125

Closed b-per closed 1 year ago

b-per commented 1 year ago

It looks like the examples in the docs that contain <...> don't render properly. This section of the code gets replaced by an empty string.

Examples on https://registry.terraform.io/providers/GtheSheep/dbt-cloud/latest/docs/resources/dbt_cloud_repository

GtheSheep commented 1 year ago

Wow good spot, I guess they may just need escaping?

GtheSheep commented 1 year ago

- `remote_url` (String) Git URL for the repository or \<Group>/\<Project> for Gitlab can be escaped like this, see https://registry.terraform.io/tools/doc-preview

GtheSheep commented 1 year ago

As for the code bit, declaring it as console seems to render it correctly