File tree Expand file tree Collapse file tree 2 files changed +19
-6
lines changed Expand file tree Collapse file tree 2 files changed +19
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.59.1 (September 15, 2021)
2
+
3
+ BUGFIXES:
4
+
5
+ * Resource ` tencentcloud/resource_tc_instance.go ` remove last_update_status judge
6
+ * Resource ` tencentcloud/resource_tc_instance.go ` fix DescribeInstanceById return LatestOperationState
7
+ * Resource ` tencentcloud/resource_tc_clb_attachment.go ` clb_attachment check instances before unbind target groups
8
+
9
+ CHORE:
10
+
11
+ * Define ` TENCENTCLOUD_APPID ` Environment variable for testing appid.
12
+ * Format code style
13
+
1
14
## 1.58.5 (September 7, 2021)
2
15
3
16
ENHANCEMENTS:
Original file line number Diff line number Diff line change @@ -85,12 +85,12 @@ variable "availability_zone" {
85
85
}
86
86
87
87
resource "tencentcloud_cdh_instance" "foo" {
88
- availability_zone = var.availability_zone
89
- host_type = "HM50"
90
- charge_type = "PREPAID"
91
- prepaid_period = 1
92
- host_name = "test"
93
- prepaid_renew_flag = "DISABLE_NOTIFY_AND_MANUAL_RENEW"
88
+ availability_zone = var.availability_zone
89
+ host_type = "HM50"
90
+ charge_type = "PREPAID"
91
+ instance_charge_type_prepaid_period = 1
92
+ host_name = "test"
93
+ prepaid_renew_flag = "DISABLE_NOTIFY_AND_MANUAL_RENEW"
94
94
}
95
95
96
96
data "tencentcloud_cdh_instances" "list" {
You can’t perform that action at this time.
0 commit comments