support applying separately constructred diff (similar to terraform plan/apply)
Open
enhancement
feature/diff
- Dominant language
- Go
- Stars
- 1.1k
- Forks
- 134
- PR merge metrics
- No merged PRs in 30d
Description
Similar to `terrafrom plan/apply` it would be super useful if the diff and apply stages could be split into two invocations of the tool. This would allow better integration with systems where user input can't be provided via a TTY (e.g. Buildkite pipelines). Currently the only solution in these cases is to use `-y`, but at least initially this isn't what I'd like to do when deploying production services.
Contributor guide
Assessment
This issue has not been assessed yet.