Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvintaywl committed Feb 10, 2023
1 parent 767c441 commit e9ebdc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/data-sources/webhooks.md
Expand Up @@ -21,6 +21,7 @@ Fetches the list of webhooks for a specific project.

### Read-Only

- `id` (String) Unique identifier of this data source: project ID.
- `webhooks` (Attributes List) List of webhooks (see [below for nested schema](#nestedatt--webhooks))

<a id="nestedatt--webhooks"></a>
Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Expand Up @@ -38,3 +38,4 @@ provider "circleci" {

- `api_token` (String) CircleCI User API token
- `hostname` (String) CircleCI hostname (default: circleci.com)
- `https` (Boolean) Use HTTPS (default: true)

0 comments on commit e9ebdc8

Please sign in to comment.