databricks / terraform-databricks-examples

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

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

Closed alexott closed 5 months ago

alexott commented 5 months ago

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

Fixes #136

pietern commented 5 months ago

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

alexott commented 5 months ago

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