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

Missing `github_installation_id` optional argument on `dbt_cloud_repository` docs #129

Closed alexsweet closed 1 year ago

alexsweet commented 1 year ago

The argument github_installation_id is mentioned on line 14 of dbt_cloud_repository.md

However, there isn't an optional argument for the github_installation_id specified in the docs; https://github.com/GtheSheep/terraform-provider-dbt-cloud/blob/cfc415840215842a56f9fe4dd396d0b0b4f775a5/docs/resources/dbt_cloud_repository.md?plain=1#L37-L41

GtheSheep commented 1 year ago

Weird, can see it on line 62 of pkg/resources/repository.go, will check

GtheSheep commented 1 year ago

Ah ok i see the issue here, fix incoming