Closed michael-robbins closed 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.
host
region
.privatelink
It would be good if we could do that here too so our snowflake providers all have similar args/experience!
don't blink
https://registry.terraform.io/providers/aidanmelen/snowsql/0.4.2
Thanks for the speedy service! :D
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 theregion
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!