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

Add support for BigQuery connections #107

Closed b-per closed 1 year ago

b-per commented 1 year ago

Hi!

This PR allows the creation of BigQuery connections via a new resource type.

I created a brand new resource due to the wide difference in mandatory and optional fields between the existing connection (working for Snowflake, Redshift and Postgres) resource and this one.

I didn't up the version though but can do it if you want me to