main: Warn about potential sensitive information in logs when panicking
This commit is contained in:
parent
2d9d6d7afe
commit
a7f935c63b
4
panic.go
4
panic.go
|
@ -23,6 +23,10 @@ When reporting bugs, please include your terraform version. That
|
||||||
information is available on the first line of crash.log. You can also
|
information is available on the first line of crash.log. You can also
|
||||||
get it by running 'terraform --version' on the command line.
|
get it by running 'terraform --version' on the command line.
|
||||||
|
|
||||||
|
SECURITY WARNING: the "crash.log" file that was created may contain
|
||||||
|
sensitive information that must be redacted before it is safe to share
|
||||||
|
on the issue tracker.
|
||||||
|
|
||||||
[1]: https://github.com/hashicorp/terraform/issues
|
[1]: https://github.com/hashicorp/terraform/issues
|
||||||
|
|
||||||
!!!!!!!!!!!!!!!!!!!!!!!!!!! TERRAFORM CRASH !!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
!!!!!!!!!!!!!!!!!!!!!!!!!!! TERRAFORM CRASH !!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
Loading…
Reference in New Issue