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_share resource, owner assignment not working #3478

Open
joe-sharman opened this issue Apr 17, 2024 · 0 comments

Comments

@joe-sharman
Copy link

joe-sharman commented Apr 17, 2024

Configuration

resource "databricks_share" "delta_share" {
  provider = databricks.workspace

  name  = var.delta_share_name
  owner = var.owner_name

}

var.owner_name is set to the name of our workspace admin group

Expected Behavior

When terraform creates a delta share, the owner of the share should be var.owner_name.

Actual Behavior

The owner is set to our the email/username of our databricks admin.

Steps to Reproduce

Terraform and provider versions

databricks "1.39.0"

Is it a regression?

No, this has never worked.

Debug Output

Important Factoids

Would you like to implement a fix?

@joe-sharman joe-sharman changed the title [ISSUE] Issue with databricks_XXX resource [ISSUE] Issue with databricks_share resource, owner assignment not working Apr 17, 2024
@joe-sharman joe-sharman closed this as not planned Won't fix, can't repro, duplicate, stale Apr 17, 2024
@joe-sharman joe-sharman reopened this Apr 17, 2024
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

No branches or pull requests

1 participant