-
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
Various AWS SSM Providers parameters are missing arguments #2876
Comments
Adding that: https://www.terraform.io/docs/providers/aws/r/ssm_maintenance_window.html |
Adding that: https://www.terraform.io/docs/providers/aws/r/ssm_maintenance_window_target.html |
Bump |
+1 for this issue |
+1 to include those parameters. |
+1 for this issue |
Hi @jimsmith (and folks watching this issue) 👋 Thank you for submitting this feature request and sorry about the delays in getting everything sorted here. In the future, its preferable for contributors and maintainers to have bug reports and features requests broken out so the updates can be individually tracked. Many of the items noted in this issue are now resolved and I am going to close this in preference of more targeted GitHub issues. Releasing in version 2.20.0 of the Terraform AWS Provider later this week:
Previously released in version 2.12.0 of the Terraform AWS Provider:
Previously released in version 1.44.0 of the Terraform AWS Provider:
Tracking for the For further feature requests or bug reports with functionality within the Terraform AWS Provider, please create a new GitHub issue following the template for triage. Thanks! |
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! |
Hi,
So using latest terraform 0.11.1 following the documentation to create a SSM AWS maintenance window task:
https://www.terraform.io/docs/providers/aws/r/ssm_maintenance_window_task.html
The following is not supported by Terraform, taken from AWS Documentation CLI:
https://docs.aws.amazon.com/cli/latest/reference/ssm/register-task-with-maintenance-window.html
These are required so the tasks have meaningful names and descriptions.
Additionally I have noticed that Comment & Timedout (seconds) there doesn't appear to be any supported arguments to get these populated into AWS
https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-walk.html
https://docs.aws.amazon.com/cli/latest/reference/ssm/update-maintenance-window-task.html
Also I note that when running terraform apply (with no changes) resources get
(new resource required)
which gives the user the 'impression' the resources are being destroyed and then re-created..... however infact the same AWS resources exist and remain..... this is a bug as this shouldn't happen equally when updating parameters shouldn't re-create as AWS has the update maintenance window task.The below AWS CLI allows me to add in Comment and TimeoutSeconds:
The text was updated successfully, but these errors were encountered: