Skip to content

Commit b12ecd3

Browse files
committed
examples/complete: improve the examples
1 parent d792eba commit b12ecd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/complete/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ variable "security_ips" {
4949
variable "redis_engine_version" {
5050
description = "The specification of the redis engine version."
5151
type = string
52-
default = "4.0"
52+
default = "5.0"
5353
}
5454

5555

@@ -63,4 +63,4 @@ variable "redis_lazyfree_lazy_eviction" {
6363
description = "The specification of the redis lazyfree-lazy-eviction."
6464
type = string
6565
default = "yes"
66-
}
66+
}

0 commit comments

Comments
 (0)