-
Notifications
You must be signed in to change notification settings - Fork 140
feat(cvm): [117301871]update cvm e2e test #2664
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -18,9 +18,7 @@ func ResourceTencentCloudCvmSyncImage() *schema.Resource { | |||
Create: resourceTencentCloudCvmSyncImageCreate, | |||
Read: resourceTencentCloudCvmSyncImageRead, | |||
Delete: resourceTencentCloudCvmSyncImageDelete, | |||
Importer: &schema.ResourceImporter{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不支持导入吗
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
是的 没有read方法
@@ -19,9 +19,7 @@ func ResourceTencentCloudEipAddressTransform() *schema.Resource { | |||
Create: resourceTencentCloudEipAddressTransformCreate, | |||
Read: resourceTencentCloudEipAddressTransformRead, | |||
Delete: resourceTencentCloudEipAddressTransformDelete, | |||
Importer: &schema.ResourceImporter{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里我看也去掉了导入的用例
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
是的 没有read方法 这里要去掉import
Check: resource.ComposeTestCheckFunc(resource.TestCheckResourceAttrSet("tencentcloud_eip_address_transform.address_transform", "id")), | ||
}, | ||
{ | ||
ResourceName: "tencentcloud_eip_address_transform.address_transform", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个导入也不支持吗
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
是的 没有read方法
No description provided.