terraform-provider-github icon indicating copy to clipboard operation
terraform-provider-github copied to clipboard

Remove mention of `name` from repository_webhook

Open abatilo opened this issue 3 years ago • 0 comments

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!

abatilo avatar Sep 19 '22 14:09 abatilo