-
Notifications
You must be signed in to change notification settings - Fork 77
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
[GAUSSDB]: New resource gaussdb_mysql_instance_v3
#2327
Conversation
* `update` - Default is 60 minutes. | ||
* `delete` - Default is 30 minutes. | ||
|
||
## Import |
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.
did you check import?
id := inst.Instance.Id | ||
d.SetId(id) |
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.
why not in oneline?
if inst.Id == "" { | ||
d.SetId("") | ||
return nil | ||
} |
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.
why? I think this can break the state
Build succeeded. ✔️ build-otc-releasenotes SUCCESS in 3m 05s |
Pull request merge failed: 1 review requesting changes and 2 approving reviews by reviewers with write access. |
fe8b3b7
Build succeeded. ✔️ build-otc-releasenotes SUCCESS in 4m 52s |
Summary of the Pull Request
New resource to manage GaussDB MySql
PR Checklist
Acceptance Steps Performed