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

[Feature] Add datasource `databricks_users`

Open nkvuong opened this issue 8 months ago • 2 comments
trafficstars

Changes

Continuing #4028 Added databricks_users data source as requested in #3468 to retrieve multiple users from both the account and workspace-level APIs with optional filtering by display_name_contains or user_name_contains, enabling bulk user management operations.

Closes #3468

Tests

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

nkvuong avatar Feb 27 '25 08:02 nkvuong

There is an issue with the tfsdk structs generated for SCIM

nkvuong avatar Mar 21 '25 08:03 nkvuong

If integration tests don't run automatically, an authorized user can run them manually by following the instructions below:

Trigger: go/deco-tests-run/terraform

Inputs:

  • PR number: 4537
  • Commit SHA: 9d70097cf7ab43213388525a0f4e8cd5582caba1

Checks will be approved automatically on success.

github-actions[bot] avatar Nov 07 '25 13:11 github-actions[bot]