Skip to content

Commit 93557b7

Browse files
docs: mark name as required for data source github_organization (#2330)
Co-authored-by: Keegan Campbell <[email protected]>
1 parent 792e9b3 commit 93557b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/docs/d/organization.html.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ data "github_organization" "example" {
1919

2020
## Argument Reference
2121

22-
* `ignore_archived_repos` - Whether or not to include archived repos in the `repositories` list
22+
* `name` - (Required) The name of the organization.
23+
* `ignore_archived_repos` - (Optional) Whether or not to include archived repos in the `repositories` list.
2324

2425
## Attributes Reference
2526

0 commit comments

Comments
 (0)