We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe18870 commit d9effadCopy full SHA for d9effad
github/resource_github_repository_webhook.go
@@ -40,7 +40,7 @@ func resourceGithubRepositoryWebhook() *schema.Resource {
40
Type: schema.TypeString,
41
Required: true,
42
ForceNew: true,
43
- Description: "The repository of the webhook.",
+ Description: "The repository name of the webhook, not including the organization, which will be inferred.",
44
},
45
"events": {
46
Type: schema.TypeSet,
0 commit comments