Skip to content

Commit c1a4e41

Browse files
committed
fix instance type filter bug
1 parent e30d4c3 commit c1a4e41

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tencentcloud/basic_test.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,14 +200,11 @@ data "tencentcloud_images" "default" {
200200
}
201201
202202
data "tencentcloud_instance_types" "default" {
203-
filter {
204-
name = "instance-family"
205-
values = ["S5"]
206-
}
207203
filter {
208204
name = "zone"
209205
values = [var.availability_cvm_zone]
210206
}
207+
cpu_core_count = 2
211208
exclude_sold_out = true
212209
}
213210
`

0 commit comments

Comments
 (0)