Skip to content

Commit

Permalink
docs: update links to permissions docs (#1881)
Browse files Browse the repository at this point in the history
  • Loading branch information
staceysalamon-aiven authored Oct 31, 2024
1 parent d2b4ab3 commit 31bcb06
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions docs/guides/update-deprecated-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,7 @@ Teams have been deprecated and are being migrated to groups. Groups are an easie
The Account Owners and super admin are synced, so the removal of the
Account Owners team will have no impact on existing permissions.
[Super admin](/docs/platform/concepts/orgs-units-projects#users-and-roles)
have full access to organizations.
Super admin have full access to organizations.
* **From November 4, 2024 you won't be able to create new teams or update existing ones.**

Expand Down
4 changes: 2 additions & 2 deletions docs/resources/organization_permission.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "aiven_organization_permission Resource - terraform-provider-aiven"
subcategory: ""
description: |-
Grants permissions to a principal for a resource.
Grants permissions https://aiven.io/docs/platform/concepts/permissions to a principal for a resource.
---

# aiven_organization_permission (Resource)

Grants permissions to a principal for a resource.
Grants [permissions](https://aiven.io/docs/platform/concepts/permissions) to a principal for a resource.

## Example Usage

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ var permissionFields = map[string]*schema.Schema{

func ResourceOrganizationalPermission() *schema.Resource {
return &schema.Resource{
Description: "Grants permissions to a principal for a resource.",
Description: "Grants [permissions](https://aiven.io/docs/platform/concepts/permissions) to a principal for a resource.",
CreateContext: common.WithGenClient(resourceOrganizationalPermissionUpsert),
ReadContext: common.WithGenClient(resourceOrganizationalPermissionRead),
UpdateContext: common.WithGenClient(resourceOrganizationalPermissionUpsert),
Expand Down
3 changes: 1 addition & 2 deletions templates/guides/update-deprecated-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,7 @@ Teams have been deprecated and are being migrated to groups. Groups are an easie
The Account Owners and super admin are synced, so the removal of the
Account Owners team will have no impact on existing permissions.
[Super admin](/docs/platform/concepts/orgs-units-projects#users-and-roles)
have full access to organizations.
Super admin have full access to organizations.
* **From November 4, 2024 you won't be able to create new teams or update existing ones.**

Expand Down

0 comments on commit 31bcb06

Please sign in to comment.