integrations / integrations/terraform-provider-github
[DOCS]: github_repository_webhook provides wrong import command
Open
Status: Triage
Type: Documentation
- Dominant language
- Go
- Stars
- 1.2k
- Forks
- 1k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 8
Description
### Describe the need
[Import command](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/repository_webhook.html#import) for github_repository_webhook is wrongly described.
It says
```
$ terraform import github_repository_webhook.terraform terraform/11235813
```
While it has to be
```
$ terraform import github_repository_webhook.terraform foo-repo/11235813
```
### SDK Version
_No response_
### API Version
_No response_
### Relevant log output
```shell
```
### Code of Conduct
- [x] I agree to follow this project's Code of Conduct
Contributor guide
Assessment
This issue has not been assessed yet.