The Display Name of the Service Principal should have updated, without creating or destroying the service principal when running terraform apply on the new change.
Actual Behavior
The terraform apply ran successfully and showed the correct display_name change happening in the terraform plan step, and it also wrote that modifications completed successfully.
On the UI, at both the workspace- and account-level, the name of the Service Principal has not updated.
Steps to Reproduce
Create databricks_service_principal resource via terraform apply
Alter definition of databricks_service_principal to change the display_name
Rerun terraform apply to apply your new changes to the display_name
Configuration
Expected Behavior
The Display Name of the Service Principal should have updated, without creating or destroying the service principal when running
terraform apply
on the new change.Actual Behavior
The
terraform apply
ran successfully and showed the correctdisplay_name
change happening in theterraform plan
step, and it also wrote that modifications completed successfully.On the UI, at both the workspace- and account-level, the name of the Service Principal has not updated.
Steps to Reproduce
databricks_service_principal
resource viaterraform apply
databricks_service_principal
to change thedisplay_name
terraform apply
to apply your new changes to thedisplay_name
Terraform and provider versions
Terraform -> 1.9.0 Databricks -> 1.50.0
Is it a regression?
Debug Output
Important Factoids
Would you like to implement a fix?