-
Notifications
You must be signed in to change notification settings - Fork 136
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
fix lighthouse import #2508
fix lighthouse import #2508
Conversation
3e9ff88
to
0d587ea
Compare
} | ||
|
||
if len(instance.PrivateAddresses) > 0 { | ||
_ = d.Set("private_address", instance.PrivateAddresses[0]) |
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.
这个有可能多个么?干脆直接把list返回
22f8732
to
db4b3c0
Compare
@@ -71,7 +71,6 @@ func TestAccTencentCloudLighthouseInstanceResource_basic(t *testing.T) { | |||
{ | |||
ResourceName: "tencentcloud_lighthouse_instance.instance", | |||
ImportState: true, | |||
ImportStateVerify: true, |
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.
ImportStateVerify这个配置为啥要删掉呢
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.
LGTM
* fix/tdmq_rabbitmq * fix/tdmq_rabbitmq * feat: add para (#2512) * feat: add para * feat: add para * resource scanning added to obtain creator code (#2519) * resource scanning added to obtain creator code * add get resource creator account info code * add resource create action * update query rule * update create time parse code * fix lighthouse import (#2508) * fix lighthouse import * import set default * update * fix update && fix unittest * add changelog --------- Co-authored-by: mikatong <[email protected]> * add --------- Co-authored-by: Wmxs <[email protected]> Co-authored-by: bruceybian <[email protected]> Co-authored-by: tongyiming <[email protected]> Co-authored-by: mikatong <[email protected]>
No description provided.