You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can use the above terraform configuration to add a service principal to account level and into an account group, but when I plan to remove the comment in the line to change the service principal name to a human-readeable one:
display_name = each.key
The generated terraform plan will destroy the existing group assignment:
The above terraform plan shoud be executed successfully.
Actual Behavior
When I execute the plan, it will fail of a SCIM API exception:
Steps to Reproduce
1, add the service principal to the account level and an account group with the application id
2, add a line of "display_name=XXX" in "databricks_service_principal" resource to generate a plan to recreate the service principal and readd to the account group.
3, The issue will occur and fail to delete the service principal from the group.
Terraform and provider versions
databricks = {
source = "databricks/databricks"
version = "1.38.0"
}
Is it a regression?
no
Debug Output
currently it's specific to our internal Databricks deployment and could not be provided.
Important Factoids
Would you like to implement a fix?
The text was updated successfully, but these errors were encountered:
Configuration
Expected Behavior
I can use the above terraform configuration to add a service principal to account level and into an account group, but when I plan to remove the comment in the line to change the service principal name to a human-readeable one:
display_name = each.key
The generated terraform plan will destroy the existing group assignment:
The above terraform plan shoud be executed successfully.
Actual Behavior
When I execute the plan, it will fail of a SCIM API exception:
Steps to Reproduce
1, add the service principal to the account level and an account group with the application id
2, add a line of "display_name=XXX" in "databricks_service_principal" resource to generate a plan to recreate the service principal and readd to the account group.
3, The issue will occur and fail to delete the service principal from the group.
Terraform and provider versions
Is it a regression?
no
Debug Output
currently it's specific to our internal Databricks deployment and could not be provided.
Important Factoids
Would you like to implement a fix?
The text was updated successfully, but these errors were encountered: