Skip to content

[ISSUE] Issue with databricks_users resource - extra_attributes not working #5308

@w0ut0

Description

@w0ut0

Configuration

data "databricks_users" "all" {
  extra_attributes = "active"
}

Expected Behavior

The active field should be included for all users in data.databricks_users.users, and it should be a boolean.

Actual Behavior

The attribute active is always null.

Steps to Reproduce

Terraform and provider versions

TF 1.13.3, provider 1.102.0

Is it a regression?

?

Important Factoids

It's working when calling the rest api directly like

curl --location 'https://accounts.azuredatabricks.net/api/2.0/accounts/xxx/scim/v2/Users?attributes=id%2CuserName%2Cactive%2CdisplayName%2CexternalId' 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions