Skip to content

Commit 8be3599

Browse files
fix example in README (#30)
change num_cache_cluster variable to num_cache_clusters, which is the actual variable name
1 parent 60a512d commit 8be3599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module "redis" {
1919
version = "~> 3.0.0"
2020
2121
name_prefix = "core-example"
22-
num_cache_cluster = 2
22+
num_cache_clusters = 2
2323
node_type = "cache.t3.small"
2424
2525
engine_version = "6.x"

0 commit comments

Comments
 (0)