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] databricks_user with force on account does not always work #1549

Closed
nfx opened this issue Aug 18, 2022 · 0 comments · Fixed by #1577
Closed

[ISSUE] databricks_user with force on account does not always work #1549

nfx opened this issue Aug 18, 2022 · 0 comments · Fixed by #1577

Comments

@nfx
Copy link
Contributor

nfx commented Aug 18, 2022

Configuration

resource "databricks_user" "uc_admin" {
  for_each  = toset(module.defaults.admins)
  user_name = each.key
  force     = true
}

Expected Behavior

terraform apply goes on

Actual Behavior

terraform apply tells that users are in the account already

Terraform and provider versions

v1.0.1

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.

1 participant