Skip to content

Commit

Permalink
docs: replace invalid argument
Browse files Browse the repository at this point in the history
Replace 'instance_count' with 'cache_node_count'  to match with the internal implementation.
  • Loading branch information
stefanfreitag committed Sep 28, 2024
1 parent 465d069 commit 04eaf61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The following arguments are required:

The following arguments are optional:

* `instance_count` - (Optional) Number of cache node instances to reserve.
* `cache_node_count` - (Optional) Number of cache node instances to reserve.
Default value is `1`.
* `id` - (Optional) Customer-specified identifier to track this reservation.
If not specified, AWS will assign a random ID.
Expand Down

0 comments on commit 04eaf61

Please sign in to comment.