remove name argument for github_repository_webhook

This commit is contained in:
Alvin Huang 2019-05-09 13:41:42 -04:00
parent 0808c5283e
commit 506eb40d56
1 changed files with 0 additions and 1 deletions

View File

@ -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 {