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

Review and fix version constraints in modules #136

Closed alexott closed 4 weeks ago

alexott commented 1 month ago

Some issues, like, #134, arise from the use of the ~ version constraint instead of the >= constraint. We need to review all modules and fix such problems