-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
r/aws_rds_cluster: convert to framework #29135
Conversation
Community NoteVoting for Prioritization
For Submitters
|
6bd1e98
to
2e3e665
Compare
2dad1db
to
99aafe4
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.
Looks good. I have a few suggestions for acceptance tests and validators
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.
Overall LGTM, just one thought on testing.
internal/service/rds/cluster_test.go
Outdated
@@ -2193,6 +2202,40 @@ func TestAccRDSCluster_enableHTTPEndpoint(t *testing.T) { | |||
}) | |||
} | |||
|
|||
func TestAccRDSCluster_MigrateFromPluginSDK(t *testing.T) { |
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.
Since this resource is so large, would it be worth writing a few different migration tests to cover the most common configurations?
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.
Good idea! We will definitely have to accept some diffs but we can definitely write some test to cover more basic configurations. Might be worth pointing out expected diffs in the changelog as well
db391f9
to
2bd7d00
Compare
b6b1a46
to
429a300
Compare
87984b6
to
dccfa2d
Compare
dccfa2d
to
9f24bdf
Compare
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
convert
aws_rds_cluster
to Plugin Framework. This allows more control over delete operation.Relations
Relates #2588
References
Output from Acceptance Testing