Skip to content

Commit 8be2ca1

Browse files
committed
update docs
1 parent 4660a30 commit 8be2ca1

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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+
114
## 1.58.5 (September 7, 2021)
215

316
ENHANCEMENTS:

website/docs/r/instance.html.markdown

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ variable "availability_zone" {
8585
}
8686
8787
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"
9494
}
9595
9696
data "tencentcloud_cdh_instances" "list" {

0 commit comments

Comments
 (0)