You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,8 @@ body:
96
96
label: Debug Output
97
97
description: |
98
98
Please copy and paste any relevant debug output. This will be automatically formatted into code, so no need for backticks.
99
-
Please check your logs before submission to ensure sensitive information is redacted.
99
+
Please run your `terraform` command with `TF_LOG=DEBUG` set, then copy and paste the output. This will be automatically formatted into code, so no need for backticks.
100
+
Please check your logs before submission to ensure sensitive information is redacted.
0 commit comments