databricks-vscode
databricks-vscode copied to clipboard
[IMPROVEMENT] bundle Terraform and Databricks Provider
Describe the bug While the extension bundles the Databricks CLI, it still requires a seperate install of Terraform and the Databricks provider.
As we have an air-gapped system, this proves quite cumbersome (installing Terraform is ok, installing the provider offline is more cumbersome). If we are bundling the cli exe (in Windows) anyway, can we also include TF and the provider?
To Reproduce Steps to reproduce the behavior:
- Download the vsix file from the vscode marketplace
- Install the extension 'from vsix'
- Run
databricks bundle deploy
(or any otherbundle
related command).
System information:
- Windows 64bit
- Air-gapped. vscode installed via .exe file, extensions installed via vsix.