You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`subscription_id` - (Required) The ID of the Pro Subscription to **Modifying this attribute will force creation of a new resource.**
17
-
*`share_name` - (Required)
18
-
*`principal` - (Required) (block)
85
+
*`subscription_id` - (Required) The ID of the Active Active Subscription to link to. **Modifying this attribute will force creation of a new resource.**
19
86
*`region_id` - (Required)
87
+
*`share_name` - (Required) The share name of the PrivateLink.
88
+
*`principal` - (Required) The principal(s) attached to the PrivateLink.
89
+
90
+
The `principal` block supports:
91
+
*`principal` - (Required) The principal to be added to this PrivateLink. The format depends upon the type of principal you wish to attach.
92
+
*`principal_type` - (Required) The principal type. Can be one of: `aws_account`, `organization`, `organization_unit`, `iam_role`, `iam_user`, `service_principal`.
93
+
*`principal_alias` - The friendly name to refer to the principal.
20
94
21
95
## Attribute Reference
22
96
23
-
*`resource_configuration_id`
97
+
*`resource_configuration_id` - Configuration I
24
98
*`resource_configuration_arn`
25
99
*`share_arn`
26
100
*`connections` (block)
27
101
*`databases` (block)
28
102
29
103
## Import
30
-
`rediscloud_private_link` can be imported using the ID of the subscription and the name of the PrivateLink share, e.g.
104
+
`rediscloud_active_active_private_link` can be imported using the ID of the subscription and the region id, e.g.
*`name` - (Required) A meaningful name to identify the subscription
60
-
*`payment_method` (Optional) The payment method for the requested subscription, (either `credit-card` or `marketplace`). If `credit-card` is specified, `payment_method_id` must be defined. Default: 'credit-card'. **(Changes to) this attribute are ignored after creation.**
60
+
*`payment_method`- (Optional) The payment method for the requested subscription, (either `credit-card` or `marketplace`). Must not be set for direct contracts. If `credit-card` is specified, `payment_method_id` must be defined. Default: 'credit-card'. **(Changes to) this attribute are ignored after creation.**
61
61
*`payment_method_id` - (Optional) A valid payment method pre-defined in the current account. This value is __Optional__ for AWS/GCP Marketplace accounts, but __Required__ for all other account types
62
62
*`cloud_provider` - (Optional) The cloud provider to use with the subscription, (either `AWS` or `GCP`). Default: ‘AWS’. **Modifying this attribute will force creation of a new resource.**
63
63
*`redis_version` - (Optional) The Redis version of the databases in the subscription. If omitted, the Redis version will be the default. **Deprecated: This attribute is deprecated on the subscription level. Please specify `redis_version` on databases directly instead.**
*`subscription_id` - (Required) The ID of the Pro Subscription to attach the PrivateLink to. **Modifying this attribute will force creation of a new resource.**
75
+
*`subscription_id` - (Required) The ID of the Pro Subscription to attach the PrivateLink to. **Modifying this attribute will force creation of a new resource.**
76
76
*`share_name` - (Required) The share name of the PrivateLink.
77
77
*`principal` - (Required) The principal(s) attached to the PrivateLink.
78
78
@@ -84,11 +84,11 @@ The `principal` block supports:
84
84
85
85
## Attribute Reference
86
86
87
-
*`resource_configuration_id`
88
-
*`resource_configuration_arn`
89
-
*`share_arn`
90
-
*`connections`
91
-
*`databases`
87
+
*`resource_configuration_id` - ID of the resource configuration to attach to this PrivateLink
88
+
*`resource_configuration_arn` - ARN of the resource configuration to attach to this PrivateLink
89
+
*`share_arn` - Share ARN of this PrivateLink.
90
+
*`connections` - List of connections associated with the PrivateLink.
91
+
*`databases` - List of databases associated with the PrivateLink.
0 commit comments