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
+17-23Lines changed: 17 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,7 @@ body:
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.
11
-
For general usage questions, please see: https://github.com/integrations/terraform-provider-github/discussions.
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.
12
11
13
12
- type: textarea
14
13
id: expected-behavior
@@ -26,31 +25,16 @@ body:
26
25
validations:
27
26
required: true
28
27
28
+
29
29
- type: textarea
30
30
id: terraform-version
31
31
attributes:
32
32
label: Terraform Version
33
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.
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
+
Please copy and paste any relevant configration files. This will be automatically formatted into code, so no need for backticks.
76
60
Please check your configuration before submission to ensure sensitive information is redacted.
77
61
validations:
78
62
required: false
@@ -81,7 +65,7 @@ body:
81
65
id: steps-to-reproduce
82
66
attributes:
83
67
label: Steps to Reproduce
84
-
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
+
description: Please list the steps required to reproduce the issue.
85
69
placeholder: |
86
70
```
87
71
$ terraform apply
@@ -95,7 +79,17 @@ body:
95
79
label: Debug Output
96
80
description: |
97
81
Please copy and paste any relevant debug output. This will be automatically formatted into code, so no need for backticks.
98
-
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.
82
+
Please check your logs before submission to ensure sensitive information is redacted.
83
+
render: shell
84
+
validations:
85
+
required: false
86
+
87
+
- type: textarea
88
+
id: panic-output
89
+
attributes:
90
+
label: Panic Output
91
+
description: |
92
+
Please copy and paste any relevant panic output. This will be automatically formatted into code, so no need for backticks.
99
93
Please check your logs before submission to ensure sensitive information is redacted.
Copy file name to clipboardExpand all lines: website/docs/r/repository_webhook.html.markdown
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,12 +69,12 @@ The following additional attributes are exported:
69
69
## Import
70
70
71
71
Repository webhooks can be imported using the `name` of the repository, combined with the `id` of the webhook, separated by a `/` character.
72
-
The `id` of the webhook can be found in the URL of the webhook. For example: `"https://github.com/foo-org/foo-repo/settings/hooks/14711452"`.
72
+
The `id` of the webhook can be found in the URL of the webhook. For example: `"https://github.com/foo-org/foo/settings/hooks/14711452"`, where `foo` is the name of the repository, and `14711452` is the ID of the webhook.
73
73
74
74
Importing uses the name of the repository, as well as the ID of the webhook, e.g.
0 commit comments