Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ddebeau committed Sep 6, 2024
1 parent f132969 commit 242273a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/data-sources/organization_team.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ data "quay_organization_team" "team" {
### Read-Only

- `description` (String) Markdown description
- `members` (List of String) List of team members
- `members` (Set of String) List of team members
- `role` (String) Team role
2 changes: 1 addition & 1 deletion docs/resources/organization_team.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ resource "quay_organization_team" "admin" {
### Optional

- `description` (String) Markdown description
- `members` (List of String) List of team members
- `members` (Set of String) List of team members

## Import

Expand Down

0 comments on commit 242273a

Please sign in to comment.