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

[ISSUE] Issue with databricks_user resource while setting active = false #1535

Closed
pratikbhawsar26 opened this issue Aug 15, 2022 · 0 comments · Fixed by #1536
Closed

[ISSUE] Issue with databricks_user resource while setting active = false #1535

pratikbhawsar26 opened this issue Aug 15, 2022 · 0 comments · Fixed by #1536
Assignees

Comments

@pratikbhawsar26
Copy link

Setting users to inactive with Terraform doesn’t seem to have any effect.

Configuration

resource "databricks_user" "test_user" {
  user_name = "test@databricks.com"
  provider = databricks.mws
  active = false
}

Expected Behavior

The user should be inactive in the admin console.

Actual Behavior

The user shows up as active on the admin console

Debug Output

https://gist.github.com/pratik-databricks/650589af7be8df3680604a09c89d881e

@alexott alexott self-assigned this Aug 15, 2022
@nfx nfx closed this as completed in #1536 Aug 15, 2022
michael-berk pushed a commit to michael-berk/terraform-provider-databricks that referenced this issue 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 a pull request may close this issue.

2 participants