We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b45cc2 commit bfd65c1Copy full SHA for bfd65c1
examples/complete/main.tf
@@ -79,5 +79,4 @@ module "example" {
79
redis_lazyfree_lazy_eviction = var.redis_lazyfree_lazy_eviction
80
redis_resource_group_id = data.alicloud_resource_manager_resource_groups.default.ids[0]
81
redis_instance_class = data.alicloud_kvstore_instance_classes.default.instance_classes[0]
82
-
83
}
examples/complete/variables.tf
@@ -49,7 +49,7 @@ variable "security_ips" {
49
variable "redis_engine_version" {
50
description = "The specification of the redis engine version."
51
type = string
52
- default = "4.0"
+ default = "5.0"
53
54
55
@@ -63,4 +63,4 @@ variable "redis_lazyfree_lazy_eviction" {
63
description = "The specification of the redis lazyfree-lazy-eviction."
64
65
default = "yes"
66
-}
+}
0 commit comments