-
-
Notifications
You must be signed in to change notification settings - Fork 146
Closed
Description
I'm getting the following error since version 0.7.0, as the github_repository_webhook name parameter was removed:
module.github_webhooks.github_repository_webhook.default: "name": required field is not set
The "name" parameter is indeed no longer listed in the documentation for the github provider (https://www.terraform.io/docs/providers/github/r/repository_webhook.html), however, it seems that it is still required to be set to 'web' (as mentioned in this issue: https://github.com/terraform-providers/terraform-provider-github/issues/197)
This seems to be an bug in the github provider, but until either fixed there or reverted in this module, the github webhooks are broken.
Metadata
Metadata
Assignees
Labels
No labels