terraform-provider-github
terraform-provider-github copied to clipboard
Remove mention of `name` from repository_webhook
According to: https://github.com/integrations/terraform-provider-github/blob/06054eb8fdaa96354e4706583fc05c3d06d27760/github/resource_github_repository_webhook.go#L40
This field is no longer necessary. When I tried to create a webhook using provider version v5.0.0 using TF Cloud, the Plan failed and let me know that this field has been removed. The documentation still mentions it though, but I think it should be removed!