dbt-labs / terraform-provider-dbtcloud

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

package not available for darwin_arm64 on registry.terraform.io #43

Closed bcgalvin closed 2 years ago

bcgalvin commented 2 years ago

First I'd just like to say that I'm super excited about the work being done here, thanks a ton for putting in the effort.

I think it's possible to get around the terraform registry issue by cloning/building locally but I'm hoping to wrap this in cdktf and am not quite sure if the fix will work there. Do you have plans to release the provider for other platforms?

GtheSheep commented 2 years ago

Hey! Thanks for spotting this, I actually hadn't clocked that this platform wasn't supported, I'll take a look into it in the next day or so and hopefully get it added!

bcgalvin commented 2 years ago

awesome thanks!

bcgalvin commented 2 years ago

I was able to fix it locally without a problem - I bundled this + the snowflake provider in a cdktf library and they're on npm / pypi now.

Planning on tinkering with this provider over the weekend and should have some code examples in there by Monday. Thanks again for your work on this @GtheSheep!

GtheSheep commented 2 years ago

@bcgalvin - hey, looks like my releaser was just running an old Go Version that deprecated darwin/amd64, I'll bump the version and then this should be supported going forward 👌