databricks-cli/bundle/deploy/terraform
Pieter Noordhuis 04e77102c9
Add mutators to pull and push Terraform state (#288)
## Changes

Pull state before deploying and push state after deploying.

Note: the run command was missing mutators to initialize Terraform. This
is necessary if the cache directory is removed between running "deploy"
and "run" (which is valid now that we synchronize state).

## Tests

Manually.
2023-03-30 12:01:09 +02:00
..
apply.go Automatically install Terraform if needed (#141) 2022-12-15 17:30:33 +01:00
convert.go Ignore databricks_permissions resource when loading Terraform state (#291) 2023-03-29 21:14:52 +02:00
convert_test.go Add permissions block to each resource (#264) 2023-03-21 10:58:16 +01:00
dir.go Automatically install Terraform if needed (#141) 2022-12-15 17:30:33 +01:00
init.go Configure Terraform provider auth through env vars (#290) 2023-03-29 20:46:09 +02:00
interpolate.go Add resources for mlflow models and experiments (#263) 2023-03-20 21:28:43 +01:00
load.go Add mutators to pull and push Terraform state (#288) 2023-03-30 12:01:09 +02:00
pkg.go Add mutators to pull and push Terraform state (#288) 2023-03-30 12:01:09 +02:00
state_pull.go Add mutators to pull and push Terraform state (#288) 2023-03-30 12:01:09 +02:00
state_push.go Add mutators to pull and push Terraform state (#288) 2023-03-30 12:01:09 +02:00
write.go Mutators to work with Terraform (#124) 2022-12-09 08:57:30 +01:00