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'