Skip to content

Commit

Permalink
docs: point to new permission resource instead of group_project
Browse files Browse the repository at this point in the history
  • Loading branch information
staceysalamon-aiven authored and byashimov committed Nov 29, 2024
1 parent de454dd commit 2c6e5e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
7 changes: 2 additions & 5 deletions docs/resources/organization_user.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ description: |-
After the user accepts the invite you can get their information using the aiven_organization_user
data source. You can manage user access to projects with the aiven_organization_user_group,
aiven_organization_user_group_member, and aiven_organization_group_project resources.
The organization user resource allows the creation and management of an Aiven organization user.
aiven_organization_user_group_member, and aiven_organization_permission resources.
---

# aiven_organization_user (Resource)
Expand All @@ -21,9 +20,7 @@ description: |-

After the user accepts the invite you can get their information using the `aiven_organization_user`
data source. You can manage user access to projects with the `aiven_organization_user_group`,
`aiven_organization_user_group_member`, and `aiven_organization_group_project` resources.

The organization user resource allows the creation and management of an Aiven organization user.
`aiven_organization_user_group_member`, and `aiven_organization_permission` resources.



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ func ResourceOrganizationUser() *schema.Resource {
After the user accepts the invite you can get their information using the ` + "`aiven_organization_user`" + `
data source. You can manage user access to projects with the ` + "`aiven_organization_user_group`" + `,
` + "`aiven_organization_user_group_member`" + `, and ` + "`aiven_organization_group_project`" + ` resources.
The organization user resource allows the creation and management of an Aiven organization user.
` + "`aiven_organization_user_group_member`" + `, and ` + "`aiven_organization_permission`" + ` resources.
`,
CreateContext: resourceOrganizationUserCreate,
ReadContext: resourceOrganizationUserRead,
Expand All @@ -80,7 +78,7 @@ This resource is deprecated. Users cannot be invited to an organization using Te
Use the Aiven Console to invite users to your organization. After the user accepts the invite
you can get their information using the aiven_organization_user data source. You can manage
user access to projects with the aiven_organization_user_group, aiven_organization_user_group_member,
and aiven_organization_group_project resources.
and aiven_organization_permission resources.
`,
}
}
Expand Down

0 comments on commit 2c6e5e6

Please sign in to comment.