From 242273af6c1883bf232e489bd4d38681761e6758 Mon Sep 17 00:00:00 2001 From: David Debeau Date: Fri, 6 Sep 2024 13:35:01 -0500 Subject: [PATCH] Update documentation --- docs/data-sources/organization_team.md | 2 +- docs/resources/organization_team.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/data-sources/organization_team.md b/docs/data-sources/organization_team.md index bd9955f..de67e6f 100644 --- a/docs/data-sources/organization_team.md +++ b/docs/data-sources/organization_team.md @@ -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 diff --git a/docs/resources/organization_team.md b/docs/resources/organization_team.md index 1b0d416..6579e41 100644 --- a/docs/resources/organization_team.md +++ b/docs/resources/organization_team.md @@ -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