Skip to content

Commit 3fc150a

Browse files
committed
docs: proofreading active active PL datasource
1 parent 5daa01f commit 3fc150a

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

docs/data-sources/rediscloud_active_active_private_link.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
layout: "rediscloud"
33
page_title: "Redis Cloud: rediscloud_active_active_private_link"
44
description: |-
5-
PrivateLink data source for Active Active Subscription in the Redis Cloud Terraform provider.
5+
PrivateLink data source for Active-Active subscriptions in the Redis Cloud Terraform provider.
66
---
77

88
# Data Source: rediscloud_active_active_private_link
9-
Retrieves details of an existing PrivateLink for an Active-Active subscription region.
9+
Retrieves information about an existing PrivateLink for an Active-Active subscription region.
1010

1111
## Example Usage
1212

1313
```hcl
1414
data "rediscloud_active_active_private_link" "example" {
1515
subscription_id = "1234"
16-
region_id = 1
16+
region_id = 1
1717
}
1818
1919
output "rediscloud_private_link_principals" {
@@ -23,31 +23,31 @@ output "rediscloud_private_link_principals" {
2323

2424
## Argument Reference
2525

26-
* `subscription_id` - (Required) The ID of the Active-Active Subscription the PrivateLink is attached to.
26+
* `subscription_id` - (Required) The ID of the Active-Active subscription the PrivateLink is attached to.
2727
* `region_id` - (Required) The region ID within the Active-Active subscription that the PrivateLink is attached to.
2828

29-
## Attribute reference
29+
## Attribute Reference
3030

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

38-
The `principals` object is a list, with these attributes:
38+
The `principals` object is a list with these attributes:
3939
* `principal` - The principal attached to this PrivateLink.
40-
* `principal_type` - The principal type.
41-
* `principal_alias` - The friendly name to refer to the principal.
42-
43-
The `connections` object is a list, with these attributes:
44-
* `association_id` - Association ID of the PrivateLink connection.
45-
* `connection_id` - Connection ID of the PrivateLink connection
46-
* `connection_type` - The PrivateLink connection type.
47-
* `owner_id` - Owner ID of the connection.
48-
* `association_date` - Date the connection was associated.
49-
50-
The `databases` object is a list, with these attributes:
51-
* `database_id` - ID of the database.
52-
* `port` - The port which the database is available on.
40+
* `principal_type` - The type of principal.
41+
* `principal_alias` - A friendly name for the principal.
42+
43+
The `connections` object is a list with these attributes:
44+
* `association_id` - The association ID of the PrivateLink connection.
45+
* `connection_id` - The connection ID of the PrivateLink connection.
46+
* `connection_type` - The type of the PrivateLink connection.
47+
* `owner_id` - The owner ID of the connection.
48+
* `association_date` - The date the connection was associated.
49+
50+
The `databases` object is a list with these attributes:
51+
* `database_id` - The ID of the database.
52+
* `port` - The port the database is available on.
5353
* `resource_link_endpoint` - The resource link endpoint for the database.

0 commit comments

Comments
 (0)