We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e30d4c3 commit c1a4e41Copy full SHA for c1a4e41
tencentcloud/basic_test.go
@@ -200,14 +200,11 @@ data "tencentcloud_images" "default" {
200
}
201
202
data "tencentcloud_instance_types" "default" {
203
- filter {
204
- name = "instance-family"
205
- values = ["S5"]
206
- }
207
filter {
208
name = "zone"
209
values = [var.availability_cvm_zone]
210
+ cpu_core_count = 2
211
exclude_sold_out = true
212
213
`
0 commit comments