databricks-cli/bundle/deploy
Pieter Noordhuis 42d29f92c9
Pass through $HOME when invoking Terraform (#319)
## Changes

This is useful when developing the Databricks Terraform provider where
you keep a local-only build of the provider and refer to it using $HOME
from `~/.terraformrc`, for example like this:

```
plugin_cache_dir = "$HOME/.terraform.d/plugin-cache"
```

## Tests

That $HOME is passed through cannot be tested as is because the
`tfexec.Terraform` struct doesn't expose it through public fields or
methods. What can be tested is a successful run of the initialize
mutator and this is included in this commit.
2023-04-11 13:11:31 +02:00
..
files Add bundle destroy command (#300) 2023-04-06 12:54:58 +02:00
lock Acquire lock prior to deploy (#270) 2023-03-22 16:37:26 +01:00
terraform Pass through $HOME when invoking Terraform (#319) 2023-04-11 13:11:31 +02:00