Skip to content

Commit 8cadca4

Browse files
committed
docs: more doc updates
1 parent 3c3d6a3 commit 8cadca4

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

docs/data-sources/rediscloud_active_active_private_link.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: "rediscloud"
3-
page_title: "Redis Cloud: rediscloud_private_link"
3+
page_title: "Redis Cloud: rediscloud_active_active_private_link"
44
description: |-
5-
PrivateLink data source for Pro Subscription in the Redis Cloud Terraform provider.
5+
PrivateLink data source for Active Active Subscription in the Redis Cloud Terraform provider.
66
---
77

88
# Data Source: rediscloud_active_active_private_link
9-
The PrivateLink data source allows the user to retrieve information about an existing PrivateLink for an Active-Active Subscription region in the provider.
9+
Retrieves details of an existing PrivateLink for an Active-Active subscription region.
1010

1111
## Example Usage
1212

docs/data-sources/rediscloud_private_link.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: |-
66
---
77

88
# Data Source: rediscloud_private_link
9-
The PrivateLink data source allows the user to retrieve information about an existing PrivateLink in the provider.
9+
Retrieves details of an existing PrivateLink for a Pro Subscription.
1010

1111
## Example Usage
1212

@@ -24,14 +24,14 @@ output "rediscloud_private_link_principals" {
2424

2525
* `subscription_id` - (Required) The ID of the Pro Subscription the PrivateLink is attached to.
2626

27-
## Attribute reference
27+
## Attribute Reference
2828

2929
* `principals` - The principal(s) attached to the PrivateLink.
30-
* `resource_configuration_id` - ID of the resource configuration to attach to this PrivateLink
31-
* `resource_configuration_arn` - ARN of the resource configuration to attach to this PrivateLink
32-
* `share_arn` - Share ARN of this PrivateLink.
33-
* `connections` - List of connections associated with the PrivateLink.
34-
* `databases` - List of databases associated with the PrivateLink.
30+
* `resource_configuration_id` - The ID of the resource configuration attached to this PrivateLink.
31+
* `resource_configuration_arn` - The ARN of the resource configuration attached to this PrivateLink.
32+
* `share_arn` - The share ARN of this PrivateLink.
33+
* `connections` - A list of connections associated with the PrivateLink.
34+
* `databases` - A list of databases associated with the PrivateLink.
3535

3636

3737
The `principals` object is a list, with these attributes:
@@ -40,13 +40,13 @@ The `principals` object is a list, with these attributes:
4040
* `principal_alias` - The friendly name to refer to the principal.
4141

4242
The `connections` object is a list, with these attributes:
43-
* `association_id` - Association ID of the PrivateLink connection.
44-
* `connection_id` - Connection ID of the PrivateLink connection
43+
* `association_id` - The association ID of the PrivateLink connection.
44+
* `connection_id` - The connection ID of the PrivateLink connection.
4545
* `connection_type` - The PrivateLink connection type.
46-
* `owner_id` - Owner ID of the connection.
47-
* `association_date` - Date the connection was associated.
46+
* `owner_id` - The owner ID of the connection.
47+
* `association_date` - The date the connection was associated.
4848

4949
The `databases` object is a list, with these attributes:
50-
* `database_id` - ID of the database.
51-
* `port` - The port which the database is available on.
50+
* `database_id` - The database ID.
51+
* `port` - The port the database is available on.
5252
* `resource_link_endpoint` - The resource link endpoint for the database.

0 commit comments

Comments
 (0)