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
Copy file name to clipboardExpand all lines: website/docs/d/redis_redis_cluster.html.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ The following attributes are exported:
45
45
* `private_endpoint_ip_address` - The private IP address of the API endpoint to access a specific node.
46
46
*`node_count` - The number of nodes in the Redis cluster.
47
47
*`node_memory_in_gbs` - The amount of memory allocated to the Redis cluster's nodes, in gigabytes.
48
-
*`nsg_ids` - OCIDs of the NSGs to control access in the customer network
48
+
*`nsg_ids` - A list of Network Security Group (NSG) [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this cluster. For more information, see [Using an NSG for Redis Clusters](https://docs.cloud.oracle.com/iaas/Content/redis/connecttorediscluster.htm#connecttorediscluster__networksecuritygroup).
49
49
*`primary_endpoint_ip_address` - The private IP address of the API endpoint for the Redis cluster's primary node.
50
50
*`primary_fqdn` - The fully qualified domain name (FQDN) of the API endpoint for the Redis cluster's primary node.
51
51
*`replicas_endpoint_ip_address` - The private IP address of the API endpoint for the Redis cluster's replica nodes.
Copy file name to clipboardExpand all lines: website/docs/d/redis_redis_clusters.html.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ The following attributes are exported:
59
59
* `private_endpoint_ip_address` - The private IP address of the API endpoint to access a specific node.
60
60
*`node_count` - The number of nodes in the Redis cluster.
61
61
*`node_memory_in_gbs` - The amount of memory allocated to the Redis cluster's nodes, in gigabytes.
62
-
*`nsg_ids` - OCIDs of the NSGs to control access in the customer network
62
+
*`nsg_ids` - A list of Network Security Group (NSG) [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this cluster. For more information, see [Using an NSG for Redis Clusters](https://docs.cloud.oracle.com/iaas/Content/redis/connecttorediscluster.htm#connecttorediscluster__networksecuritygroup).
63
63
*`primary_endpoint_ip_address` - The private IP address of the API endpoint for the Redis cluster's primary node.
64
64
*`primary_fqdn` - The fully qualified domain name (FQDN) of the API endpoint for the Redis cluster's primary node.
65
65
*`replicas_endpoint_ip_address` - The private IP address of the API endpoint for the Redis cluster's replica nodes.
Copy file name to clipboardExpand all lines: website/docs/r/redis_redis_cluster.html.markdown
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ The following arguments are supported:
42
42
*`freeform_tags` - (Optional) (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
43
43
*`node_count` - (Required) (Updatable) The number of nodes in the Redis cluster.
44
44
*`node_memory_in_gbs` - (Required) (Updatable) The amount of memory allocated to the Redis cluster's nodes, in gigabytes.
45
-
*`nsg_ids` - (Optional) (Updatable) OCIDs of the NSGs to control access in the customer network
45
+
*`nsg_ids` - (Optional) (Updatable) A list of Network Security Group (NSG) [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this cluster. For more information, see [Using an NSG for Redis Clusters](https://docs.cloud.oracle.com/iaas/Content/redis/connecttorediscluster.htm#connecttorediscluster__networksecuritygroup).
46
46
*`software_version` - (Required) The Redis version that the cluster is running.
47
47
*`subnet_id` - (Required) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the Redis cluster's subnet.
48
48
@@ -67,7 +67,7 @@ The following attributes are exported:
67
67
* `private_endpoint_ip_address` - The private IP address of the API endpoint to access a specific node.
68
68
*`node_count` - The number of nodes in the Redis cluster.
69
69
*`node_memory_in_gbs` - The amount of memory allocated to the Redis cluster's nodes, in gigabytes.
70
-
*`nsg_ids` - OCIDs of the NSGs to control access in the customer network
70
+
*`nsg_ids` - A list of Network Security Group (NSG) [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this cluster. For more information, see [Using an NSG for Redis Clusters](https://docs.cloud.oracle.com/iaas/Content/redis/connecttorediscluster.htm#connecttorediscluster__networksecuritygroup).
71
71
*`primary_endpoint_ip_address` - The private IP address of the API endpoint for the Redis cluster's primary node.
72
72
*`primary_fqdn` - The fully qualified domain name (FQDN) of the API endpoint for the Redis cluster's primary node.
73
73
*`replicas_endpoint_ip_address` - The private IP address of the API endpoint for the Redis cluster's replica nodes.
0 commit comments