We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c5b51 commit d5013d4Copy full SHA for d5013d4
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -65,7 +65,7 @@ body:
65
attributes:
66
label: Terraform configuration to reproduce the issue
67
description: Please copy and paste your Terraform configuration. This will be automatically formatted into code, so no need for backticks.
68
- render: shell
+ render: hcl
69
validations:
70
required: true
71
@@ -85,8 +85,8 @@ body:
85
id: logs
86
87
label: Logs
88
- description: Additional logs that can help us investigate the issue
89
- render: hcl
+ description: Additional logs that can help us investigate the issue. This will be automatically formatted into code, so no need for backticks.
+ render: txt
90
91
required: false
92
0 commit comments