Skip to content

Commit bfd65c1

Browse files
committed
examples/complete: improve the examples
1 parent 2b45cc2 commit bfd65c1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

examples/complete/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,4 @@ module "example" {
7979
redis_lazyfree_lazy_eviction = var.redis_lazyfree_lazy_eviction
8080
redis_resource_group_id = data.alicloud_resource_manager_resource_groups.default.ids[0]
8181
redis_instance_class = data.alicloud_kvstore_instance_classes.default.instance_classes[0]
82-
8382
}

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)