We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
databricks_user
Setting users to inactive with Terraform doesn’t seem to have any effect.
resource "databricks_user" "test_user" { user_name = "test@databricks.com" provider = databricks.mws active = false }
The user should be inactive in the admin console.
The user shows up as active on the admin console
https://gist.github.com/pratik-databricks/650589af7be8df3680604a09c89d881e
The text was updated successfully, but these errors were encountered:
active
resource_user
Fixed sending of active flag in the resource_user (databricks#1536)
c8f4469
this fixes databricks#1535
alexott
Successfully merging a pull request may close this issue.
Setting users to inactive with Terraform doesn’t seem to have any effect.
Configuration
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
The text was updated successfully, but these errors were encountered: