opentofu/.github/ISSUE_TEMPLATE/bug_report.md
James Bardin 91f27c6d04 remove Crash section of issue template
Terraform is no longer going to silently capture all logs for a possible
crash report, and therefor won't create a crash.log file when a panic is
encountered.

The prompt to create a log file with TF_LOG from the Debug Output
section should suffice to get users to submit the logs when possible. In
the case of a crash specifically, the crash output also requests that
the stack trace be added to the issue for users who may not be aware of
what is necessary.
2021-10-29 14:43:36 -04:00

3.8 KiB

name about labels
Bug report Let us know about an unexpected error, a crash, or an incorrect behavior. bug, new

Terraform Version

...

Terraform Configuration Files

...

Debug Output

Expected Behavior

Actual Behavior

Steps to Reproduce

Additional Context

References