-
Notifications
You must be signed in to change notification settings - Fork 108
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 table aws_rds_db_maintenance_actions #2413
Comments
Thanks @cosmos-sun for raising this issue!! If anyone would like to attempt to develop this table, the API documentation mentioned by @cosmos-sun is an excellent place to start.
💡 Need Guidance? |
Hello @misraved, I would like to take this task. |
Thanks for your interest, @fyqtian! I've assigned the issue to you—feel free to reach out if you need any help. |
Hi @ParthaI, Thank you for your kindness. Copy the code new table from aws_rds_db_cluster
plugin error log
|
Hello @fyqtian, It looks like the build region matrix function is missing here. Since this resource is regional, specifying the region is necessary when creating the client. For reference, you can check a similar implementation in aws_acm_certificate. Please let me know if you need any further help! Thanks!😊 |
References
Add any related links that will help us understand the resource, including vendor documentation, related GitHub issues, and Go SDK documentation.
API Document: https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribePendingMaintenanceActions.html
CLI Document: https://docs.aws.amazon.com/cli/latest/reference/rds/describe-pending-maintenance-actions.html
The text was updated successfully, but these errors were encountered: