This repository was archived by the owner on Jun 4, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff 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
2121data "bridgecrew_authors" "myauthors" {
22+ fullreponame="JamesWoolfenden/test"
23+ sourcetype="Github"
2224}
2325```
2426<!-- schema generated by tfplugindocs -->
Original file line number Diff line number Diff 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
2121data "bridgecrew_authors" "myauthors" {
22+ fullreponame="JamesWoolfenden/test"
23+ sourcetype="Github"
2224}
2325` ` `
2426{{end }}
You can’t perform that action at this time.
0 commit comments