dbt-labs / terraform-provider-dbtcloud

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

Integration dbt repository with Azure DevOps #212

Closed dzianisskakalski81 closed 7 months ago

dzianisskakalski81 commented 8 months ago

We are migrating the deployment of our dbt's resources from dbt-cli to Terrarorm.

Could you provide some typical Terraform config for the establishment of integration with Azure DevOps repository. In official documentation there are examples only for GitHub and GitLab. https://registry.terraform.io/providers/dbt-labs/dbtcloud/latest/docs/resources/repository

I am interesting for the values of "remote_url" and "github_instalation_id" in case of using Azure DevOps repository.

b-per commented 8 months ago

Hi @dzianisskakalski81 . Thanks for raising this issue.

Supporting ADO needs more than just providing a remote_url and a github_instalation_id. This requires adding some code and configuration in the provider itself.

I will try to have a look at it in the next few days.

b-per commented 7 months ago

This should work now with 0.2.14 that I have just relased.

I have added an example to the docs on the Terraform Registry as well