@@ -57,7 +57,7 @@ func TestAccTencentCloudElasticsearchInstance_basic(t *testing.T) {
5757 testAccCheckElasticsearchInstanceExists ("tencentcloud_elasticsearch_instance.foo" ),
5858 resource .TestCheckResourceAttr ("tencentcloud_elasticsearch_instance.foo" , "instance_name" , "tf-ci-test" ),
5959 resource .TestCheckResourceAttr ("tencentcloud_elasticsearch_instance.foo" , "availability_zone" , defaultAZone ),
60- resource .TestCheckResourceAttr ("tencentcloud_elasticsearch_instance.foo" , "version" , "7.5 .1" ),
60+ resource .TestCheckResourceAttr ("tencentcloud_elasticsearch_instance.foo" , "version" , "7.10 .1" ),
6161 resource .TestCheckResourceAttr ("tencentcloud_elasticsearch_instance.foo" , "vpc_id" , defaultVpcId ),
6262 resource .TestCheckResourceAttr ("tencentcloud_elasticsearch_instance.foo" , "subnet_id" , defaultSubnetId ),
6363 resource .TestCheckResourceAttr ("tencentcloud_elasticsearch_instance.foo" , "license_type" , "oss" ),
@@ -168,7 +168,7 @@ const testAccElasticsearchInstance = defaultVpcVariable + `
168168resource "tencentcloud_elasticsearch_instance" "foo" {
169169 instance_name = "tf-ci-test"
170170 availability_zone = var.availability_zone
171- version = "7.5 .1"
171+ version = "7.10 .1"
172172 vpc_id = var.vpc_id
173173 subnet_id = var.subnet_id
174174 password = "Test1234"
@@ -194,7 +194,7 @@ const testAccElasticsearchInstanceUpdate = defaultVpcVariable + `
194194resource "tencentcloud_elasticsearch_instance" "foo" {
195195 instance_name = "tf-ci-test-update"
196196 availability_zone = var.availability_zone
197- version = "7.5 .1"
197+ version = "7.10 .1"
198198 vpc_id = var.vpc_id
199199 subnet_id = var.subnet_id
200200 password = "Test12345"
0 commit comments