terraform-provider-databricks icon indicating copy to clipboard operation
terraform-provider-databricks copied to clipboard

[FEATURE] Rename databricks_repo into databricks_git_folder

Open WeiJun428 opened this issue 6 months ago • 2 comments
trafficstars

Changes

This PR attempts to fix the issue #3448. It

  • Replaces all usage of databricks_repo to databricks_git_folder
  • Renames docs/resources/repo.md to docs/resources/git_folder.md and update all the references in the docs folder accordingly.

Tests

  • [x] make test run locally
  • [x] relevant change in docs/ folder
  • [x] covered with integration tests in internal/acceptance
  • [ ] using Go SDK
  • [ ] using TF Plugin Framework

WeiJun428 avatar Apr 28 '25 02:04 WeiJun428