databricks-cli/bundle/phases
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
..
build.go Define deploy command as sequence of build phases (#129) 2022-12-12 12:49:25 +01:00
deploy.go Add mutators to pull and push Terraform state (#288) 2023-03-30 12:01:09 +02:00
initialize.go Add workspace paths (#179) 2023-01-26 19:55:38 +01:00
phase.go Log mutator phase at info level (#272) 2023-03-22 17:02:22 +01:00