mirror of https://github.com/databricks/cli.git
179154477e
## Changes Propagate `TF_CLI_CONFIG_FILE` env variable. From Terraform documentation: > The location of the Terraform CLI configuration file can also be specified using the TF_CLI_CONFIG_FILE [environment variable](https://developer.hashicorp.com/terraform/cli/config/environment-variables) It allows using custom builds of terraform-provider-databricks, using config files like: ```tf provider_installation { dev_overrides { "databricks/databricks" = "/Users/gleb.kanterov/terraform-provider-databricks" } direct {} } ``` ## Tests I added unit tests. |
||
---|---|---|
.. | ||
apply.go | ||
convert.go | ||
convert_test.go | ||
destroy.go | ||
dir.go | ||
init.go | ||
init_test.go | ||
interpolate.go | ||
load.go | ||
load_test.go | ||
pkg.go | ||
plan.go | ||
state_pull.go | ||
state_push.go | ||
util.go | ||
util_test.go | ||
write.go |