Describe the bug
Terraform/bundle generate is failing when using auth_type = databricks-cli instead of PAT in databricks config file.
To Reproduce
Steps to reproduce the behavior:
- Go to .databrickscfg
- Remove token and put
auth_type = databricks-cli
- Run bf project deploy ...
- See error
Expected behavior
bf project deploy runs without errors