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

Feature/pl warehouse connection #148

Closed b-per closed 1 year ago

b-per commented 1 year ago

Built on top of #147 (we could just merge this one which fixes the merge conflict rather than merging #147 first) which added a datasource for the PL connections.

Fixes #146 :Allows use to use private_link_endpoint_id to set up PrivateLink connections to their Data Warehouses.

As PL connections can't be created programatically the test was running successfully locally using an existing PL connection but it requires the env var DBT_ACCEPTANCE_TEST_PRIVATE_LINK that should not be set on Acceptance tests in CI.