Skip to content

Commit 242273a

Browse files
committed
Update documentation
1 parent f132969 commit 242273a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/data-sources/organization_team.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ data "quay_organization_team" "team" {
4545
### Read-Only
4646

4747
- `description` (String) Markdown description
48-
- `members` (List of String) List of team members
48+
- `members` (Set of String) List of team members
4949
- `role` (String) Team role

docs/resources/organization_team.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ resource "quay_organization_team" "admin" {
4545
### Optional
4646

4747
- `description` (String) Markdown description
48-
- `members` (List of String) List of team members
48+
- `members` (Set of String) List of team members
4949

5050
## Import
5151

0 commit comments

Comments
 (0)