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 aa8aa97 commit b727a5eCopy full SHA for b727a5e
CHANGELOG.md
@@ -1,4 +1,11 @@
1
-## 1.61.11 (February 22, 2022)
+## 1.61.12 (February 23, 2022)
2
+
3
+ENHANCEMENTS:
4
5
+* resource `tencentcloud_instance` fix testcase default image
6
7
8
+## 1.61.11 (February 23, 2022)
9
10
ENHANCEMENTS:
11
tencentcloud/basic_test.go
@@ -98,7 +98,7 @@ data "tencentcloud_availability_zones" "default" {
98
99
data "tencentcloud_images" "default" {
100
image_type = ["PUBLIC_IMAGE"]
101
- os_name = "centos"
+ image_name_regex = "Final"
102
}
103
104
data "tencentcloud_instance_types" "default" {
0 commit comments