From afef5ce373794fa59756f64db45ca86b7cf063e9 Mon Sep 17 00:00:00 2001 From: Christopher Tiwald Date: Thu, 14 May 2015 18:14:56 -0400 Subject: [PATCH] panic: Instruct the user to include terraform's version for bug reports. This way, bug-fixers are more likely to know which version of terraform is actually broken. --- panic.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/panic.go b/panic.go index d8e4b9eb9..7ea4da713 100644 --- a/panic.go +++ b/panic.go @@ -19,6 +19,10 @@ A crash log has been placed at "crash.log" relative to your current working directory. It would be immensely helpful if you could please report the crash with Terraform[1] so that we can fix this. +When reporting bugs, please include your terraform version. That +information is available on the first line of crash.log. You can also +get it by running 'terraform --version' on the command line. + [1]: https://github.com/hashicorp/terraform/issues !!!!!!!!!!!!!!!!!!!!!!!!!!! TERRAFORM CRASH !!!!!!!!!!!!!!!!!!!!!!!!!!!!