Data Source: oci_redis_redis_cluster_nodes

This data source provides the list of Redis Cluster Nodes in Oracle Cloud Infrastructure Redis service.

Gets the list of all nodes in a cluster.

Example Usage

data "oci_redis_redis_cluster_nodes" "test_redis_cluster_nodes" {
	#Required
	redis_cluster_id = oci_redis_redis_cluster.test_redis_cluster.id

	#Optional
	display_name = var.redis_cluster_node_display_name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

RedisClusterNode Reference

The following attributes are exported: