Hello All,
I have a question about deploying Azure Databricks with Terraform. Does Databricks have any API call limits? I can deploy external location, a storage credential and it's tested and confirmed working. But when i try to deploy 2 additional external locations and storage credentials i run into an error in Terraform: "Unauthorized access to workspace". When I limit deployment to 1 external location it works. Then when I have 2 or 3 external locations and I run Terraform plan, while Terraform is checking the actual resources to compare with the state file I get "Unauthorized access to workspace" again. All external locations use the same workspace as provider and external location can only be deployed with a workspace level provider.
Sometimes without any changes terraform plan runs successfully, but then when I run terraform apply which runs plan again the error pops up again with unauthorized access. Did anybody have this issue?