From 14cfd26c2b2a73704edef3abee6730aa8ba136d5 Mon Sep 17 00:00:00 2001 From: Jurnell Cockhren Date: Thu, 1 Dec 2022 01:55:34 -0600 Subject: [PATCH 1/2] mention the explicit relationship between subnet_id and private_static_ip_address --- website/docs/r/redis_cache.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/redis_cache.html.markdown b/website/docs/r/redis_cache.html.markdown index cfbb755f90f1..9b0a62f29edd 100644 --- a/website/docs/r/redis_cache.html.markdown +++ b/website/docs/r/redis_cache.html.markdown @@ -67,7 +67,7 @@ The following arguments are supported: * `patch_schedule` - (Optional) A list of `patch_schedule` blocks as defined below. -* `private_static_ip_address` - (Optional) The Static IP Address to assign to the Redis Cache when hosted inside the Virtual Network. Changing this forces a new resource to be created. +* `private_static_ip_address` - (Optional) The Static IP Address to assign to the Redis Cache when hosted inside the Virtual Network. This argument implies the use of the `subnet_id`. Changing this forces a new resource to be created. * `public_network_access_enabled` - (Optional) Whether or not public network access is allowed for this Redis Cache. `true` means this resource could be accessed by both public and private endpoint. `false` means only private endpoint access is allowed. Defaults to `true`. From 212e61a2d819e7feda13e34742daf726a93bae2d Mon Sep 17 00:00:00 2001 From: Jurnell Cockhren Date: Thu, 1 Dec 2022 02:01:14 -0600 Subject: [PATCH 2/2] minor grammar fix --- website/docs/r/redis_cache.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/redis_cache.html.markdown b/website/docs/r/redis_cache.html.markdown index 9b0a62f29edd..a366963bf692 100644 --- a/website/docs/r/redis_cache.html.markdown +++ b/website/docs/r/redis_cache.html.markdown @@ -67,7 +67,7 @@ The following arguments are supported: * `patch_schedule` - (Optional) A list of `patch_schedule` blocks as defined below. -* `private_static_ip_address` - (Optional) The Static IP Address to assign to the Redis Cache when hosted inside the Virtual Network. This argument implies the use of the `subnet_id`. Changing this forces a new resource to be created. +* `private_static_ip_address` - (Optional) The Static IP Address to assign to the Redis Cache when hosted inside the Virtual Network. This argument implies the use of `subnet_id`. Changing this forces a new resource to be created. * `public_network_access_enabled` - (Optional) Whether or not public network access is allowed for this Redis Cache. `true` means this resource could be accessed by both public and private endpoint. `false` means only private endpoint access is allowed. Defaults to `true`.