Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: point to new permission resource instead of group_project #1915

Merged
merged 1 commit into from
Nov 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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