From 00323e900b034d400d386b972562e9169e4e8722 Mon Sep 17 00:00:00 2001 From: "Jonathan R." Date: Fri, 7 Feb 2025 16:00:55 +0100 Subject: [PATCH] Update redis_cluster.md --- docs/resources/redis_cluster.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/resources/redis_cluster.md b/docs/resources/redis_cluster.md index a3536358fd..220f93879f 100644 --- a/docs/resources/redis_cluster.md +++ b/docs/resources/redis_cluster.md @@ -149,7 +149,8 @@ The `private_network` block supports : Keep in mind that in cluster mode you cannot edit your Private Network after its creation so if you want to be able to scale your cluster horizontally (adding nodes) later, you should provide more IPs than nodes. If not set, the IP network address within the private subnet is determined by the IP Address Management (IPAM) service. - + ~> **Important:** When IPAM is enabled, the IPs specified here will be ignored and should not be provided. + ~> The `private_network` conflicts with `acl`. Only one should be specified. ~> **Important:** The way to use Private Networks differs whether you are using Redis™ in Standalone or cluster mode.