Skip to content

Commit

Permalink
docs: make deprecation warning bold (#1582)
Browse files Browse the repository at this point in the history
  • Loading branch information
staceysalamon-aiven authored Feb 8, 2024
1 parent 094e90e commit 32d4de1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
9 changes: 5 additions & 4 deletions docs/resources/organization_user.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
page_title: "aiven_organization_user Resource - terraform-provider-aiven"
subcategory: ""
description: |-
This resource is deprecated; please use aiven_organization_user data source instead.
**This resource is deprecated**. Use the aiven_organization_user data source instead.
The Organization User resource allows the creation and management of an Aiven Organization User.
The organization user resource allows the creation and management of an Aiven organization user.
During the creation of aiven_organization_userresource, an email invitation will be sent
to a user using user_email address. If the user accepts an invitation, they will become
a member of the organization. The deletion of aiven_organization_user will not only
Expand All @@ -15,8 +15,9 @@ description: |-

# aiven_organization_user (Resource)

This resource is deprecated; please use aiven_organization_user data source instead.
The Organization User resource allows the creation and management of an Aiven Organization User.
**This resource is deprecated**. Use the aiven_organization_user data source instead.

The organization user resource allows the creation and management of an Aiven organization user.

During the creation of `aiven_organization_user`resource, an email invitation will be sent
to a user using `user_email` address. If the user accepts an invitation, they will become
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ var aivenOrganizationUserSchema = map[string]*schema.Schema{
func ResourceOrganizationUser() *schema.Resource {
return &schema.Resource{
Description: `
This resource is deprecated; please use aiven_organization_user data source instead.
The Organization User resource allows the creation and management of an Aiven Organization User.
**This resource is deprecated**. Use the aiven_organization_user data source instead.
The organization user resource allows the creation and management of an Aiven organization user.
During the creation of ` + "`aiven_organization_user`" + `resource, an email invitation will be sent
to a user using ` + "`user_email`" + ` address. If the user accepts an invitation, they will become
Expand Down

0 comments on commit 32d4de1

Please sign in to comment.