-
Notifications
You must be signed in to change notification settings - Fork 83
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
Support DBaaS V2.0 #633
Support DBaaS V2.0 #633
Conversation
d7f6e19
to
3ea327d
Compare
8acd7eb
to
e94d2a4
Compare
Version string `json:"version"` | ||
ClusterSize int `json:"cluster_size"` | ||
Platform DatabasePlatform `json:"platform"` | ||
|
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.
Looks like the Port
attribute is missing here
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 is a separate ticket to add this field along with several other missing fields across the DBaaS structs. Do you think I should add them all as a part of this PR?
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.
Works well in my Terraform usage, excellent work!
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.
Looks good to me!
📝 Description
Implemented changes required to support DBaaS V2
✔️ How to Test
These steps assume you have pulled down this PR locally.
Integration
make ARGS="-timeout 0 -run TestDatabase" fixtures