databricks / terraform-databricks-examples

Examples of using Terraform to deploy Databricks resources
https://registry.terraform.io/modules/databricks/examples/databricks/latest
Other
187 stars 116 forks source link

Don't use `~` version spec in modules, use `>=` instead #138

Closed alexott closed 4 weeks ago

alexott commented 4 weeks ago

Otherwise, people can't use the higher versions of corresponding modules

Fixes #136

pietern commented 4 weeks ago

As long as the new providers don't introduce breaking changes.

alexott commented 4 weeks ago

yep, we'll need to think how to manage these constraints uniformly across all modules and examples that use them...