databricks-cli/bundle/deploy
Ilia Babanov d12f88e24d
Fix summary command when internal terraform config doesn't exist (#1242)
Check if `bundle.tf.json` doesn't exist and create it before executing
`terraform init` (inside `terraform.Load`)

Fixes a problem when during `terraform.Load` it fails with: 
```
Error: Failed to load plugin schemas

Error while loading schemas for plugin components: Failed to obtain provider
schema: Could not load the schema for provider
registry.terraform.io/databricks/databricks: failed to instantiate provider
"registry.terraform.io/databricks/databricks" to obtain schema: unavailable
provider "registry.terraform.io/databricks/databricks"..
```
2024-03-01 08:25:12 +00:00
..
files Tune output of bundle deploy command (#1047) 2023-12-21 08:00:37 +00:00
lock Added `bundle deployment bind` and `unbind` command (#1131) 2024-02-14 18:04:45 +00:00
metadata Use dynamic configuration model in bundles (#1098) 2024-02-16 19:41:58 +00:00
terraform Fix summary command when internal terraform config doesn't exist (#1242) 2024-03-01 08:25:12 +00:00
check_running_resources.go Added warning when trying to deploy bundle with `--fail-if-running` and running resources (#1163) 2024-02-07 11:17:17 +00:00
check_running_resources_test.go Added warning when trying to deploy bundle with `--fail-if-running` and running resources (#1163) 2024-02-07 11:17:17 +00:00