aidanmelen / terraform-provider-snowsql

Terraform SnowSQL provider
https://registry.terraform.io/providers/aidanmelen/snowsql/latest
Other
22 stars 10 forks source link

Support new `host` parameter similar to snowflake provider #21

Closed michael-robbins closed 2 years ago

michael-robbins commented 2 years ago

https://github.com/chanzuckerberg/terraform-provider-snowflake/blob/main/pkg/provider/provider.go#L134 has recently introduced a host parameter so we don't have to hack around with the region including extra domains like .privatelink for example.

It would be good if we could do that here too so our snowflake providers all have similar args/experience!

aidanmelen commented 2 years ago

don't blink

aidanmelen commented 2 years ago

https://registry.terraform.io/providers/aidanmelen/snowsql/0.4.2

michael-robbins commented 2 years ago

Thanks for the speedy service! :D