mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
This is something that should be determined and done during an apply. It doesn't make a lot of sense that the plan is doing it (in its current form at least).
2 lines
94 B
Bash
Executable File
2 lines
94 B
Bash
Executable File
go test ./terraform -Xnew-apply -Xnew-destroy | grep -E '(FAIL|panic)' | tee /dev/tty | wc -l
|