Skip to content

Commit becda40

Browse files
committed
Update docs
1 parent c16914e commit becda40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/d/teams.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: |-
77

88
# Data Source: tfe_teams
99

10-
Use this data source to get a list of Teams in an Organization and a map of their IDs.
10+
Use this data source to get a list of Teams in an Organization and a map of their IDs. The Teams returned may be a subset of all teams in an Organization based on the permissions of the API token.
1111

1212
## Example Usage
1313

@@ -21,7 +21,7 @@ data "tfe_teams" "foo" {
2121

2222
The following arguments are supported:
2323

24-
* `organization` - (Required) Name of the organization.
24+
* `organization` - (Optional) Name of the organization.
2525

2626
## Attributes Reference
2727

0 commit comments

Comments
 (0)