Skip to content

Commit 3ebed94

Browse files
committed
examples/complete: improve the examples
1 parent 5537cba commit 3ebed94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/complete/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ variable "security_ips" {
3333
variable "redis_engine_version" {
3434
description = "The specification of the redis engine version."
3535
type = string
36-
default = "4.0"
36+
default = "5.0"
3737
}
3838

3939
variable "redis_appendonly" {

0 commit comments

Comments
 (0)