-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Feature/add support for deprecate aws ssm maintenance window task #7823
Feature/add support for deprecate aws ssm maintenance window task #7823
Conversation
08fe093
to
e0ab932
Compare
any update on this PR when will this get merged? |
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.
Hi @kterada0509 👋 Thanks for submitting this and sorry for the delayed review. For future reference, the maintainers can more easily review and get changes merged in if they are incrementally pull requested (e.g. the first 3 commits for update and import support vs the last large one with deprecations).
Please reach out if you have any questions or do not have time to implement the feedback items. 😄
Will this address #2876? |
e0ab932
to
b36e54b
Compare
Re-run acctest
|
Hi again @kterada0509 👋 Thank you for those updates. Did you see the feedback that the GitHub user interface hid behind the "19 hidden conversations" link? It looks like some or many of them are still pending as well. You can also see all review feedback by clicking the link there or going to the Files tab of the pull request. Please let us know. Thanks. |
fix attribute name parameters -> parameter
Re-run acctest.
|
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, thanks for sticking through this one, @kterada0509 🚀 We may followup with some additional testing to close out some additional open issues relating to this resource.
Output from acceptance testing:
--- PASS: TestAccAWSSSMMaintenanceWindowTask_TaskInvocationAutomationParameters (116.69s)
--- PASS: TestAccAWSSSMMaintenanceWindowTask_TaskInvocationRunCommandParameters (117.03s)
--- PASS: TestAccAWSSSMMaintenanceWindowTask_TaskInvocationStepFunctionParameters (119.36s)
--- PASS: TestAccAWSSSMMaintenanceWindowTask_TaskInvocationLambdaParameters (120.27s)
--- PASS: TestAccAWSSSMMaintenanceWindowTask_basic (227.62s)
--- PASS: TestAccAWSSSMMaintenanceWindowTask_updateForcesNewResource (236.55s)
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Closes #7870
Closes #7746
Closes #7154
Closes #6431
Closes #5045
Reference #5700
Reference #4408
Reference #3218
Changes proposed in this pull request:
GetMaintenanceWindowTask
method when read resourcetask_invocation_parameters
logging_info
andtask_parameters
automation_parameters
lambda_parameters
run_command_parameters
step_functions_parameters
Output from acceptance testing: