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

Bug on redeploy for the Snowflake Environment Credential #144

Closed Stevedow99 closed 1 year ago

Stevedow99 commented 1 year ago

Hey @GtheSheep!

My name is Steve Dowling I work at dbt Labs. I love the provider package. I'm in the middle of using it to make a bunch of modules that others using dbt Cloud can leverage to easily do their deployments (Hopefully can link back the docs when done).

I noticed one small bug when doing re-deployments of the Snowflake Environment Credential resource. Whenever you do a redeploy it only updates the schema value in the environment credential regardless of what you are trying to update.

Figured the easiest way to explain is to make a loom video on it:

Terraform dbt Cloud Provider Snowflake Environment Credential Bug Loom Video

Thanks!

GtheSheep commented 1 year ago

Hey @Stevedow99, thanks for the issue! What you're working on sounds super useful, can't wait to see! 🙂

But that does sound like an odd little bug, thanks for the video, will take a look as soon as I get a chance! 👀

b-per commented 1 year ago

This was a quick one. I created a PR for it.

GtheSheep commented 1 year ago

Thanks so much @b-per !!