Skip to content

Commit b4007c3

Browse files
committed
add
1 parent bc3f815 commit b4007c3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

tencentcloud/services/cvm/resource_tc_instance.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ resource "tencentcloud_subnet" "subnet" {
169169
availability_zone = var.availability_zone
170170
name = "subnet"
171171
cidr_block = "10.0.1.0/24"
172-
cdc_id = "cluster-lchwgxhs"
172+
cdc_id = "cluster-262n63e8"
173173
is_multicast = false
174174
}
175175
@@ -179,17 +179,17 @@ resource "tencentcloud_instance" "example" {
179179
availability_zone = var.availability_zone
180180
image_id = data.tencentcloud_images.images.images.0.image_id
181181
instance_type = data.tencentcloud_instance_types.types.instance_types.0.instance_type
182-
dedicated_cluster_id = "cluster-lchwgxhs"
182+
dedicated_cluster_id = "cluster-262n63e8"
183183
instance_charge_type = "CDCPAID"
184-
system_disk_type = "CLOUD_PREMIUM"
184+
system_disk_type = "CLOUD_SSD"
185185
system_disk_size = 50
186186
hostname = "user"
187187
project_id = 0
188188
vpc_id = tencentcloud_vpc.vpc.id
189189
subnet_id = tencentcloud_subnet.subnet.id
190190
191191
data_disks {
192-
data_disk_type = "CLOUD_PREMIUM"
192+
data_disk_type = "CLOUD_SSD"
193193
data_disk_size = 50
194194
encrypt = false
195195
}

website/docs/r/instance.html.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ resource "tencentcloud_subnet" "subnet" {
180180
availability_zone = var.availability_zone
181181
name = "subnet"
182182
cidr_block = "10.0.1.0/24"
183-
cdc_id = "cluster-lchwgxhs"
183+
cdc_id = "cluster-262n63e8"
184184
is_multicast = false
185185
}
186186
@@ -190,17 +190,17 @@ resource "tencentcloud_instance" "example" {
190190
availability_zone = var.availability_zone
191191
image_id = data.tencentcloud_images.images.images.0.image_id
192192
instance_type = data.tencentcloud_instance_types.types.instance_types.0.instance_type
193-
dedicated_cluster_id = "cluster-lchwgxhs"
193+
dedicated_cluster_id = "cluster-262n63e8"
194194
instance_charge_type = "CDCPAID"
195-
system_disk_type = "CLOUD_PREMIUM"
195+
system_disk_type = "CLOUD_SSD"
196196
system_disk_size = 50
197197
hostname = "user"
198198
project_id = 0
199199
vpc_id = tencentcloud_vpc.vpc.id
200200
subnet_id = tencentcloud_subnet.subnet.id
201201
202202
data_disks {
203-
data_disk_type = "CLOUD_PREMIUM"
203+
data_disk_type = "CLOUD_SSD"
204204
data_disk_size = 50
205205
encrypt = false
206206
}

0 commit comments

Comments
 (0)