Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github_repository_webhook: "name": required field is not set #26

Closed
tibbing opened this issue Jun 25, 2019 · 0 comments · Fixed by #27
Closed

github_repository_webhook: "name": required field is not set #26

tibbing opened this issue Jun 25, 2019 · 0 comments · Fixed by #27

Comments

@tibbing
Copy link

tibbing commented Jun 25, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant