You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/(Deprecated) using-submodule-complete-redis-2.8/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Complete RDS example for Redis
2
2
3
+
This example is deprecated because [Redis 2.8 instances are phased out](https://www.alibabacloud.com/help/en/redis/product-overview/apsaradb-for-redis-2-8-instances-are-phased-out)
Copy file name to clipboardExpand all lines: variables.tf
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ variable "create_instance" {
37
37
variable"engine_version" {
38
38
description="Redis version. Value options can refer to the latest docs [CreateInstance](https://help.aliyun.com/document_detail/60862.html?spm=a2c4g.11186623.6.770.e0c735c10lvrqR) "
39
39
type=string
40
-
default=""
40
+
default=null
41
41
}
42
42
43
43
variable"instance_name" {
@@ -67,7 +67,7 @@ variable "secondary_zone_id" {
67
67
variable"ssl_enable" {
68
68
description="Modifies the SSL status. Valid values: `Disable`, `Enable` and `Update`."
0 commit comments