|
7 | 7 | attributes: |
8 | 8 | value: | |
9 | 9 | Hi there, |
10 | | - Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html. |
| 10 | + Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. |
| 11 | + For general usage questions, please see: https://github.com/integrations/terraform-provider-github/discussions. |
11 | 12 |
|
12 | 13 | - type: textarea |
13 | 14 | id: expected-behavior |
|
31 | 32 | label: Terraform Version |
32 | 33 | description: Run `terraform -v` to show the version. If you are not running the latest version of Terraform, please upgrade because your issue may have already been fixed. |
33 | 34 | placeholder: | |
34 | | - Terraform v1.2.3 |
| 35 | + Terraform vX.Y.Z |
35 | 36 | on linux_amd64 |
36 | | - + provider registry.terraform.io/integrations/github v5.32.0 |
| 37 | + + provider registry.terraform.io/integrations/github vX.Y.Z |
| 38 | + validations: |
| 39 | + required: true |
| 40 | + |
| 41 | + - type: checkboxes |
| 42 | + id: github-installation |
| 43 | + attributes: |
| 44 | + label: GitHub Installation Type |
| 45 | + description: What type of GitHub installation are you using? |
| 46 | + options: |
| 47 | + - label: GitHub.com (Free, Pro, or Team) |
| 48 | + - label: GitHub Enterprise Server (on-premises) |
| 49 | + - label: GitHub Enterprise Cloud with Personal Accounts (github.com) |
| 50 | + - label: GitHub Enterprise Cloud with Managed Users/EMU (github.com) |
| 51 | + - label: GitHub Enterprise Cloud with Data Residency (*.ghe.com) |
| 52 | + - label: I don't know |
37 | 53 | validations: |
38 | 54 | required: true |
39 | 55 |
|
|
55 | 71 | label: Terraform Configuration Files |
56 | 72 | render: hcl |
57 | 73 | description: | |
58 | | - Please copy and paste any relevant configration files. This will be automatically formatted into code, so no need for backticks. |
| 74 | + Please copy and paste any relevant configuration files. This will be automatically formatted into code, so no need for backticks. If this configuration is inside a Module, please mention that. |
59 | 75 | Please check your configuration before submission to ensure sensitive information is redacted. |
60 | 76 | validations: |
61 | 77 | required: false |
|
64 | 80 | id: steps-to-reproduce |
65 | 81 | attributes: |
66 | 82 | label: Steps to Reproduce |
67 | | - description: Please list the steps required to reproduce the issue. |
| 83 | + description: Please list the steps required to reproduce the issue. Remember to mention any configuration outside of Terraform that could be relevant to the issue. |
68 | 84 | placeholder: | |
69 | 85 | ``` |
70 | 86 | $ terraform apply |
|
78 | 94 | label: Debug Output |
79 | 95 | description: | |
80 | 96 | Please copy and paste any relevant debug output. This will be automatically formatted into code, so no need for backticks. |
81 | | - Please check your logs before submission to ensure sensitive information is redacted. |
82 | | - render: shell |
83 | | - validations: |
84 | | - required: false |
85 | | - |
86 | | - - type: textarea |
87 | | - id: panic-output |
88 | | - attributes: |
89 | | - label: Panic Output |
90 | | - description: | |
91 | | - Please copy and paste any relevant panic output. This will be automatically formatted into code, so no need for backticks. |
| 97 | + 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. |
92 | 98 | Please check your logs before submission to ensure sensitive information is redacted. |
93 | 99 | render: shell |
94 | 100 | validations: |
|
0 commit comments