This website requires JavaScript.
Explore
Help
Sign In
ResiLien
/
terraform
Watch
2
Star
0
Fork
You've already forked terraform
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6335ab179a
terraform
/
go.sh
2 lines
94 B
Bash
Raw
Normal View
History
Unescape
Escape
terraform: don't set destroy module on diff 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).
2016-10-21 06:36:43 +02:00
go
test
./terraform -Xnew-apply -Xnew-destroy
|
grep -E
'(FAIL|panic)'
|
tee /dev/tty
|
wc -l