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: CHANGELOG.md
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,18 @@
1
-
## 1.34.0 (Unreleased)
1
+
## 1.33.2 (Unreleased)
2
+
3
+
DEPRECATED:
4
+
* Data Source: `tencentcloud_tcaplus_applications` replace by `tencentcloud_tcaplus_clusters`,optional arguments `app_id` and `app_name` are no longer supported, replace by `cluster_id` and `cluster_name`
5
+
* Data Source: `tencentcloud_tcaplus_zones` replace by `tencentcloud_tcaplus_groups`,optional arguments `app_id`,`zone_id` and `zone_name` are no longer supported, replace by `cluster_id`,`group_id` and `cluster_name`
6
+
* Data Source: `tencentcloud_tcaplus_tables` optional arguments `app_id` and `zone_id` are no longer supported, replace by `cluster_id` and `group_id`
7
+
* Data Source: `tencentcloud_tcaplus_idls`: optional argument `app_id` is no longer supported, replace by `cluster_id`.
8
+
* Resource: `tencentcloud_tcaplus_application` replace by `tencentcloud_tcaplus_cluster`,input argument `app_name` is no longer supported, replace by `cluster_name`
9
+
* Resource: `tencentcloud_tcaplus_zone` replace by `tencentcloud_tcaplus_group`, input arguments `app_id` and `zone_name` are no longer supported, replace by `cluster_id` and `group_name`
10
+
* Resource: `tencentcloud_tcaplus_idl` input arguments `app_id` and `zone_id` are no longer supported, replace by `cluster_id` and `group_id`
11
+
* Resource: `tencentcloud_tcaplus_table` input arguments `app_id`and `zone_id` are no longer supported, replace by `cluster_id` and `group_id`
12
+
* Resource: `tencentcloud_redis_instance`: optional argument `type` is no longer supported, replace by `type_id`.
13
+
* Data Source: `tencentcloud_redis_instances`: output argument `type` is no longer supported, replace by `type_id`.
14
+
* Data Source: `tencentcloud_redis_zone_config`: output argument `type` is no longer supported, replace by `type_id`.
Description: "A list of tcaplus application. Each element contains the following attributes.",
51
+
Description: "A list of tcaplus cluster. Each element contains the following attributes.",
52
52
Elem: &schema.Resource{
53
53
Schema: map[string]*schema.Schema{
54
-
"app_name": {
54
+
"cluster_name": {
55
55
Type: schema.TypeString,
56
56
Computed: true,
57
-
Description: "Name of the tcapplus application.",
57
+
Description: "Name of the tcaplus cluster.",
58
58
},
59
-
"app_id": {
59
+
"cluster_id": {
60
60
Type: schema.TypeString,
61
61
Computed: true,
62
-
Description: "Id of the tcapplus application.",
62
+
Description: "Id of the tcaplus cluster.",
63
63
},
64
64
"idl_type": {
65
65
Type: schema.TypeString,
66
66
Computed: true,
67
-
Description: "Idl type of the tcapplus application.",
67
+
Description: "Idl type of the tcaplus cluster.",
68
68
},
69
69
"vpc_id": {
70
70
Type: schema.TypeString,
71
71
Computed: true,
72
-
Description: "VPC id of the tcapplus application.",
72
+
Description: "VPC id of the tcaplus cluster.",
73
73
},
74
74
"subnet_id": {
75
75
Type: schema.TypeString,
76
76
Computed: true,
77
-
Description: "Subnet id of the tcapplus application.",
77
+
Description: "Subnet id of the tcaplus cluster.",
78
78
},
79
79
"password": {
80
80
Type: schema.TypeString,
81
81
Computed: true,
82
-
Description: "Password of the tcapplus application.",
82
+
Description: "Password of the tcaplus cluster.",
83
83
},
84
84
"network_type": {
85
85
Type: schema.TypeString,
86
86
Computed: true,
87
-
Description: "Network type of the tcapplus application.",
87
+
Description: "Network type of the tcaplus cluster.",
88
88
},
89
89
"create_time": {
90
90
Type: schema.TypeString,
91
91
Computed: true,
92
-
Description: "Create time of the tcapplus application.",
92
+
Description: "Create time of the tcaplus cluster.",
93
93
},
94
94
"password_status": {
95
95
Type: schema.TypeString,
96
96
Computed: true,
97
-
Description: "Password status of the tcapplus application.`unmodifiable` means:can not change password now,`modifiable` means:can change password now.",
97
+
Description: "Password status of the tcaplus cluster.`unmodifiable` means:can not change password now,`modifiable` means:can change password now.",
98
98
},
99
99
"api_access_id": {
100
100
Type: schema.TypeString,
101
101
Computed: true,
102
-
Description: "Access id of the tcapplus application.For TcaplusDB SDK connect.",
102
+
Description: "Access id of the tcaplus cluster.For TcaplusDB SDK connect.",
103
103
},
104
104
"api_access_ip": {
105
105
Type: schema.TypeString,
106
106
Computed: true,
107
-
Description: "Access ip of the tcapplus application.For TcaplusDB SDK connect.",
107
+
Description: "Access ip of the tcaplus cluster.For TcaplusDB SDK connect.",
108
108
},
109
109
"api_access_port": {
110
110
Type: schema.TypeInt,
111
111
Computed: true,
112
-
Description: "Access port of the tcapplus application.For TcaplusDB SDK connect.",
112
+
Description: "Access port of the tcaplus cluster.For TcaplusDB SDK connect.",
0 commit comments