Skip to content

Commit a2f8eda

Browse files
authored
docs(issue_template): update bug template debug doc link to provider doc (#2207)
* docs(issue_template): update bug template debug doc link to provider doc * warn about sentitive informations
1 parent 48dc8e8 commit a2f8eda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ If you are running into one of these scenarios, we recommend opening an issue in
5252
Please provide a link to a GitHub Gist (https://gist.github.com/) containing the complete debug output.
5353
Please do NOT paste the debug output in the issue; just paste a link to the Gist.
5454
55-
To obtain the debug output, see the [Terraform documentation on debugging](https://www.terraform.io/docs/internals/debugging.html).
55+
To obtain the debug output, see the [Provider documentation on debugging](https://registry.terraform.io/providers/scaleway/scaleway/latest/docs#debugging-a-deployment).
56+
The debug output might contain sensitive information in requests, you might want to verify the content of those requests.
5657
--->
5758

5859
### Panic Output

0 commit comments

Comments
 (0)