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

Connection options for Postgres, Redshift, and AlloyDB #82

Closed tanjinP closed 1 year ago

tanjinP commented 1 year ago

Same type of request as #78

I'm primarily interested in Redshift, but according to dbt docs the 3 stores are more or less the same

GtheSheep commented 1 year ago

👀

GtheSheep commented 1 year ago

Added in v0.1.4 I think, if you'd be able to test for your use case that would be much appreciated/ lmk if I missed anything 😺

hadiel05 commented 1 year ago

so it looks like the connection is created but not associated to the project

GtheSheep commented 1 year ago

The association has to happen separately (as happens in the UI really)

https://registry.terraform.io/providers/GtheSheep/dbt-cloud/latest/docs/resources/dbt_cloud_project_connection

hadiel05 commented 1 year ago

tested on redshift and it's working