-
Notifications
You must be signed in to change notification settings - Fork 100
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
Add linode_database_mysql_v2 resource #1701
base: dev
Are you sure you want to change the base?
Conversation
b98481a
to
38d320a
Compare
38d320a
to
23ef6e8
Compare
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 working locally with all tests!
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 and works well! There might be an intermittent failure, probably caused by the API/backend?
https://github.com/linode/terraform-provider-linode/actions/runs/12781955064/attempts/1
Nice catch! This seems like another case of events being marked as finished before the resource exits the updating status. I think we can address this by polling for status after polling for the event to finish |
Integration test run: https://github.com/linode/terraform-provider-linode/actions/runs/12833090445 |
📝 Description
This pull request implements a new
linode_database_mysql_v2
resource supporting the new Aiven-backed managed database clusters.NOTE: This PR depends on and uses the design of #1680. Information on design decisions & caveats can be found in its description.
✔️ How to Test
The following test steps assume you have pulled down this PR locally and do not have your account configured for legacy DBaaS clusters.
Unit Testing
Integration Testing
Manual Testing
NOTE: Database creations should take ~15 minutes.
allow_list
,cluster_size
,type
, andupdates
attributes.