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
- Add variables type and CHANGELOG.md [GH-4](https://github.com/terraform-alicloud-modules/terraform-alicloud-mongodb/pull/4)
7
+
8
+
## 1.0.0 (January 16, 2020)
9
+
10
+
IMPROVEMENTS:
11
+
12
+
- imporve(mongodb): update the module to the format of the new version [GH-3](https://github.com/terraform-alicloud-modules/terraform-alicloud-mongodb/pull/3)
description="The specification of the instance. For more information about the value, see https://www.alibabacloud.com/help/doc-detail/57141.htm"
40
+
type=string
37
41
default=""
38
42
}
39
43
40
44
variable"name" {
41
45
description=" The name of DB instance. It a string of 2 to 256 characters"
46
+
type=string
42
47
default=""
43
48
}
44
49
45
50
variable"instance_charge_type" {
46
51
description="The billing method of the instance. Valid values are Prepaid, PostPaid, Default to PostPaid"
52
+
type=string
47
53
default="PostPaid"
48
54
}
49
55
@@ -54,6 +60,7 @@ variable "period" {
54
60
55
61
variable"zone_id" {
56
62
description="The ID of the zone. You can refer to https://www.alibabacloud.com/help/doc-detail/61933.htm. "
63
+
type=string
57
64
default=""
58
65
}
59
66
@@ -69,6 +76,7 @@ variable "security_ip_list" {
69
76
70
77
variable"account_password" {
71
78
description="Password of the root account. It is a string of 6 to 32 characters and is composed of letters, numbers, and underlines"
79
+
type=string
72
80
default=""
73
81
}
74
82
@@ -84,6 +92,7 @@ variable "backup_period" {
84
92
}
85
93
variable"backup_time" {
86
94
description="MongoDB instance backup time. It is required when backup_period was existed. In the format of HH:mmZ- HH:mmZ. Time setting interval is one hour. Default to a random time, like `23:00Z-24:00Z`. "
description="The specification of the instance. For more information about the value, see https://www.alibabacloud.com/help/doc-detail/57141.htm"
40
+
type=string
37
41
default=""
38
42
}
39
43
40
44
variable"name" {
41
45
description=" The name of DB instance. It a string of 2 to 256 characters"
46
+
type=string
42
47
default=""
43
48
}
44
49
45
50
variable"instance_charge_type" {
46
51
description="The billing method of the instance. Valid values are Prepaid, PostPaid, Default to PostPaid"
52
+
type=string
47
53
default="PostPaid"
48
54
}
49
55
@@ -54,6 +60,7 @@ variable "period" {
54
60
55
61
variable"zone_id" {
56
62
description="The ID of the zone. You can refer to https://www.alibabacloud.com/help/doc-detail/61933.htm. "
63
+
type=string
57
64
default=""
58
65
}
59
66
@@ -69,6 +76,7 @@ variable "security_ip_list" {
69
76
70
77
variable"account_password" {
71
78
description="Password of the root account. It is a string of 6 to 32 characters and is composed of letters, numbers, and underlines"
79
+
type=string
72
80
default=""
73
81
}
74
82
@@ -84,6 +92,7 @@ variable "backup_period" {
84
92
}
85
93
variable"backup_time" {
86
94
description="MongoDB instance backup time. It is required when backup_period was existed. In the format of HH:mmZ- HH:mmZ. Time setting interval is one hour. Default to a random time, like `23:00Z-24:00Z`. "
description="The specification of the instance. For more information about the value, see https://www.alibabacloud.com/help/doc-detail/57141.htm"
40
+
type=string
37
41
default=""
38
42
}
39
43
40
44
variable"name" {
41
45
description=" The name of DB instance. It a string of 2 to 256 characters"
46
+
type=string
42
47
default=""
43
48
}
44
49
45
50
variable"instance_charge_type" {
46
51
description="The billing method of the instance. Valid values are Prepaid, PostPaid, Default to PostPaid"
52
+
type=string
47
53
default="PostPaid"
48
54
}
49
55
@@ -54,6 +60,7 @@ variable "period" {
54
60
55
61
variable"zone_id" {
56
62
description="The ID of the zone. You can refer to https://www.alibabacloud.com/help/doc-detail/61933.htm. "
63
+
type=string
57
64
default=""
58
65
}
59
66
@@ -69,6 +76,7 @@ variable "security_ip_list" {
69
76
70
77
variable"account_password" {
71
78
description="Password of the root account. It is a string of 6 to 32 characters and is composed of letters, numbers, and underlines"
79
+
type=string
72
80
default=""
73
81
}
74
82
@@ -84,6 +92,7 @@ variable "backup_period" {
84
92
}
85
93
variable"backup_time" {
86
94
description="MongoDB instance backup time. It is required when backup_period was existed. In the format of HH:mmZ- HH:mmZ. Time setting interval is one hour. Default to a random time, like `23:00Z-24:00Z`. "
description="The specification of the instance. For more information about the value, see https://www.alibabacloud.com/help/doc-detail/57141.htm"
40
+
type=string
37
41
default=""
38
42
}
39
43
40
44
variable"name" {
41
45
description=" The name of DB instance. It a string of 2 to 256 characters"
46
+
type=string
42
47
default=""
43
48
}
44
49
45
50
variable"instance_charge_type" {
46
51
description="The billing method of the instance. Valid values are Prepaid, PostPaid, Default to PostPaid"
52
+
type=string
47
53
default="PostPaid"
48
54
}
49
55
@@ -54,6 +60,7 @@ variable "period" {
54
60
55
61
variable"zone_id" {
56
62
description="The ID of the zone. You can refer to https://www.alibabacloud.com/help/doc-detail/61933.htm. "
63
+
type=string
57
64
default=""
58
65
}
59
66
@@ -69,6 +76,7 @@ variable "security_ip_list" {
69
76
70
77
variable"account_password" {
71
78
description="Password of the root account. It is a string of 6 to 32 characters and is composed of letters, numbers, and underlines"
79
+
type=string
72
80
default=""
73
81
}
74
82
@@ -84,6 +92,7 @@ variable "backup_period" {
84
92
}
85
93
variable"backup_time" {
86
94
description="MongoDB instance backup time. It is required when backup_period was existed. In the format of HH:mmZ- HH:mmZ. Time setting interval is one hour. Default to a random time, like `23:00Z-24:00Z`. "
0 commit comments