Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support to create databricks_user on the account level #849

Merged
merged 1 commit into from
Oct 6, 2021

Conversation

nfx
Copy link
Contributor

@nfx nfx commented Oct 6, 2021

This PR fixes #818

provider "databricks" {
  host = "https://accounts.cloud.databricks.com/"
  account_id = "aaaaaa-bbbb-cccc-dddd"
}

resource "databricks_user" "me_admin" {
  user_name = "me@example.com"
}

@nfx nfx added this to the v0.3.8 milestone Oct 6, 2021
@codecov
Copy link

codecov bot commented Oct 6, 2021

Codecov Report

Merging #849 (7a6db83) into master (0649acf) will decrease coverage by 0.02%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #849      +/-   ##
==========================================
- Coverage   83.05%   83.03%   -0.03%     
==========================================
  Files          92       92              
  Lines        8203     8204       +1     
==========================================
- Hits         6813     6812       -1     
- Misses        892      893       +1     
- Partials      498      499       +1     
Impacted Files Coverage Δ
common/http.go 84.80% <0.00%> (-0.66%) ⬇️

@nfx nfx merged commit 241aae5 into master Oct 6, 2021
@nfx nfx deleted the account-scim branch October 6, 2021 10:03
michael-berk pushed a commit to michael-berk/terraform-provider-databricks that referenced this pull request Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provision account administrators
1 participant