databricks-cli/bundle/deploy/terraform
Pieter Noordhuis 35243db33c
Automatically install Terraform if needed (#141)
Users can opt out and use the system-installed version with the
following configuration:

```
bundle:
  terraform:
    exec_path: terraform
```

This will find the binary in $PATH and replace it with the found value.

If this is not set, the initialize phase will install Terraform in the
bundle's cache directory.
2022-12-15 17:30:33 +01:00
..
apply.go Automatically install Terraform if needed (#141) 2022-12-15 17:30:33 +01:00
convert.go Add `bricks bundle run` command (#134) 2022-12-15 15:12:47 +01:00
convert_test.go Use pointers to resources in bundle configuration (#140) 2022-12-15 13:00:41 +01:00
dir.go Automatically install Terraform if needed (#141) 2022-12-15 17:30:33 +01:00
init.go Automatically install Terraform if needed (#141) 2022-12-15 17:30:33 +01:00
interpolate.go Mutators to work with Terraform (#124) 2022-12-09 08:57:30 +01:00
load.go Add `bricks bundle run` command (#134) 2022-12-15 15:12:47 +01:00
write.go Mutators to work with Terraform (#124) 2022-12-09 08:57:30 +01:00