Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 1649c83

Browse files
fix docs
1 parent 3cb0bbd commit 1649c83

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/data-sources/authors.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@ More details on the Bridgecrew API for this datasource are available <https://do
1111

1212
# bridgecrew_authors
1313

14-
Use this datasource to get the details of your authors from Bridgecrew.
14+
Use this datasource to get the details of your authors of a repository from Bridgecrew.
1515

1616

1717

1818

1919
## Example Usage
2020
```hcl
2121
data "bridgecrew_authors" "myauthors" {
22+
fullreponame="JamesWoolfenden/test"
23+
sourcetype="Github"
2224
}
2325
```
2426
<!-- schema generated by tfplugindocs -->

templates/data-sources/authors.md.tmpl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@ More details on the Bridgecrew API for this datasource are available <https://do
1111

1212
# bridgecrew_authors
1313

14-
Use this datasource to get the details of your authors from Bridgecrew.
14+
Use this datasource to get the details of your authors of a repository from Bridgecrew.
1515

1616

1717

1818

1919
## Example Usage
2020
```hcl
2121
data "bridgecrew_authors" "myauthors" {
22+
fullreponame="JamesWoolfenden/test"
23+
sourcetype="Github"
2224
}
2325
```
2426
{{end}}

0 commit comments

Comments
 (0)