remove name argument for github_repository_webhook

pull/7628/head
Alvin Huang 7 years ago
parent 0808c5283e
commit 506eb40d56

@ -26,7 +26,6 @@ resource "github_repository_deploy_key" "key" {
// Create a webhook that triggers Netlify builds on push.
resource "github_repository_webhook" "main" {
repository = "${local.github_repo}"
name = "web"
events = ["delete", "push", "pull_request"]
configuration {

Loading…
Cancel
Save