File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -711,7 +711,7 @@ const testAccTencentCloudInstanceWithDataDisk = defaultInstanceVariable + `
711711resource "tencentcloud_instance" "foo" {
712712 instance_name = var.instance_name
713713 availability_zone = var.availability_cvm_zone
714- image_id = data.tencentcloud_images.default.images.1 .image_id
714+ image_id = data.tencentcloud_images.default.images.0 .image_id
715715 instance_type = data.tencentcloud_instance_types.default.instance_types.0.instance_type
716716
717717 system_disk_type = "CLOUD_PREMIUM"
@@ -740,7 +740,7 @@ const testAccTencentCloudInstanceWithDataDiskUpdate = defaultInstanceVariable +
740740resource "tencentcloud_instance" "foo" {
741741 instance_name = var.instance_name
742742 availability_zone = var.availability_cvm_zone
743- image_id = data.tencentcloud_images.default.images.1 .image_id
743+ image_id = data.tencentcloud_images.default.images.0 .image_id
744744 instance_type = data.tencentcloud_instance_types.default.instance_types.0.instance_type
745745
746746 system_disk_type = "CLOUD_PREMIUM"
You can’t perform that action at this time.
0 commit comments