File tree 2 files changed +8
-8
lines changed
tencentcloud/services/cvm
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ resource "tencentcloud_subnet" "subnet" {
169
169
availability_zone = var.availability_zone
170
170
name = "subnet"
171
171
cidr_block = "10.0.1.0/24"
172
- cdc_id = "cluster-lchwgxhs "
172
+ cdc_id = "cluster-262n63e8 "
173
173
is_multicast = false
174
174
}
175
175
@@ -179,17 +179,17 @@ resource "tencentcloud_instance" "example" {
179
179
availability_zone = var.availability_zone
180
180
image_id = data.tencentcloud_images.images.images.0.image_id
181
181
instance_type = data.tencentcloud_instance_types.types.instance_types.0.instance_type
182
- dedicated_cluster_id = "cluster-lchwgxhs "
182
+ dedicated_cluster_id = "cluster-262n63e8 "
183
183
instance_charge_type = "CDCPAID"
184
- system_disk_type = "CLOUD_PREMIUM "
184
+ system_disk_type = "CLOUD_SSD "
185
185
system_disk_size = 50
186
186
hostname = "user"
187
187
project_id = 0
188
188
vpc_id = tencentcloud_vpc.vpc.id
189
189
subnet_id = tencentcloud_subnet.subnet.id
190
190
191
191
data_disks {
192
- data_disk_type = "CLOUD_PREMIUM "
192
+ data_disk_type = "CLOUD_SSD "
193
193
data_disk_size = 50
194
194
encrypt = false
195
195
}
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ resource "tencentcloud_subnet" "subnet" {
180
180
availability_zone = var.availability_zone
181
181
name = "subnet"
182
182
cidr_block = "10.0.1.0/24"
183
- cdc_id = "cluster-lchwgxhs "
183
+ cdc_id = "cluster-262n63e8 "
184
184
is_multicast = false
185
185
}
186
186
@@ -190,17 +190,17 @@ resource "tencentcloud_instance" "example" {
190
190
availability_zone = var.availability_zone
191
191
image_id = data.tencentcloud_images.images.images.0.image_id
192
192
instance_type = data.tencentcloud_instance_types.types.instance_types.0.instance_type
193
- dedicated_cluster_id = "cluster-lchwgxhs "
193
+ dedicated_cluster_id = "cluster-262n63e8 "
194
194
instance_charge_type = "CDCPAID"
195
- system_disk_type = "CLOUD_PREMIUM "
195
+ system_disk_type = "CLOUD_SSD "
196
196
system_disk_size = 50
197
197
hostname = "user"
198
198
project_id = 0
199
199
vpc_id = tencentcloud_vpc.vpc.id
200
200
subnet_id = tencentcloud_subnet.subnet.id
201
201
202
202
data_disks {
203
- data_disk_type = "CLOUD_PREMIUM "
203
+ data_disk_type = "CLOUD_SSD "
204
204
data_disk_size = 50
205
205
encrypt = false
206
206
}
You can’t perform that action at this time.
0 commit comments