databricks-cli/bundle/deploy/terraform
Pieter Noordhuis fabe8e88b8
Include $PATH in set of environment variables to pass along. (#736)
## Changes

This is necessary to ensure that our Terraform provider can use the same
auxiliary programs (e.g. `az`, or `gcloud`) as the CLI.

## Tests

Unit test and manual verification.
2023-09-06 07:54:35 +00:00
..
apply.go Added support for bundle.Seq, simplified Mutator.Apply interface (#403) 2023-05-24 14:45:19 +02:00
convert.go Rename bricks -> databricks (#389) 2023-05-16 18:35:39 +02:00
convert_test.go Bump github.com/databricks/databricks-sdk-go from 0.12.0 to 0.13.0 (#585) 2023-07-18 15:30:00 +00:00
destroy.go Use custom prompter for bundle template inputs (#663) 2023-08-15 14:50:20 +00:00
dir.go Rename bricks -> databricks (#389) 2023-05-16 18:35:39 +02:00
init.go Include $PATH in set of environment variables to pass along. (#736) 2023-09-06 07:54:35 +00:00
init_test.go Include $PATH in set of environment variables to pass along. (#736) 2023-09-06 07:54:35 +00:00
interpolate.go Rename bricks -> databricks (#389) 2023-05-16 18:35:39 +02:00
load.go Added support for bundle.Seq, simplified Mutator.Apply interface (#403) 2023-05-24 14:45:19 +02:00
load_test.go Renamed `environments` to `targets` in bundle configuration (#670) 2023-08-17 15:22:32 +00:00
pkg.go Add mutators to pull and push Terraform state (#288) 2023-03-30 12:01:09 +02:00
plan.go Added support for bundle.Seq, simplified Mutator.Apply interface (#403) 2023-05-24 14:45:19 +02:00
state_pull.go Allow equivalence checking of filer errors to fs errors (#416) 2023-05-31 20:47:00 +02:00
state_push.go Added support for bundle.Seq, simplified Mutator.Apply interface (#403) 2023-05-24 14:45:19 +02:00
util.go Do not truncate local state file when pulling remote changes (#382) 2023-05-16 17:02:33 +02:00
util_test.go Do not truncate local state file when pulling remote changes (#382) 2023-05-16 17:02:33 +02:00
write.go Added support for bundle.Seq, simplified Mutator.Apply interface (#403) 2023-05-24 14:45:19 +02:00