You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When reviewing the documentation the note on Org owners was confusing. This change updates the wording for better clarity.
Co-authored-by: Keegan Campbell <[email protected]>
Copy file name to clipboardExpand all lines: website/docs/r/team_membership.html.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ destroyed, the user will be removed from the team.
16
16
17
17
~> **Note** This resource is not compatible with `github_team_members`. Use either `github_team_members` or `github_team_membership`.
18
18
19
-
~> **Note** Organization owners may not be set as "members" of a team; they may only be set as "maintainers". Attempting to set organization an owner to "member" of a may result in a `terraform plan` diff that changes their status back to "maintainer".
19
+
~> **Note** Organization owners may not be set as "members" of a team; they may only be set as "maintainers". Attempting to set an organization owner as a "member" of a team may result in a `terraform plan` diff that changes their status back to "maintainer".
0 commit comments