Skip to content

Commit 810bcd4

Browse files
author
hellertang
authored
modify instance type (#991)
1 parent d0a0220 commit 810bcd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tencentcloud/basic_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,11 @@ data "tencentcloud_images" "default" {
158158
data "tencentcloud_instance_types" "default" {
159159
filter {
160160
name = "instance-family"
161-
values = ["S1"]
161+
values = ["S6"]
162162
}
163163
164-
cpu_core_count = 1
165-
memory_size = 1
164+
cpu_core_count = 2
165+
memory_size = 2
166166
}
167167
`
168168

0 commit comments

Comments
 (0)