Skip to content
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

extend aws_ssm_maintenance_window_task resource to accept name, description, task-parameters and Document version. #6431

Closed
e-moshaya opened this issue Nov 11, 2018 · 4 comments · Fixed by #7823
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/ssm Issues and PRs that pertain to the ssm service.
Milestone

Comments

@e-moshaya
Copy link

based on the cli options, https://docs.aws.amazon.com/cli/latest/reference/ssm/register-task-with-maintenance-window.html

You can set a name, description to the automation task.

Moreover, I am using task type AUTOMATION to start/stop instances. We need to be able to pass InstanceId via task parameters which currently the resource doesn't support.

@bflad bflad added enhancement Requests to existing resources that expand the functionality or scope. service/ssm Issues and PRs that pertain to the ssm service. labels Nov 12, 2018
@sunilkumarmohanty
Copy link
Contributor

I think this is a duplicate of #5762

@bflad
Copy link
Contributor

bflad commented Nov 14, 2018

Name and description have been merged in and will release with version 1.44.0 of the AWS provider, likely tomorrow.

@bflad
Copy link
Contributor

bflad commented Jul 16, 2019

Support for a new task_invocation_parameters configuration block in the aws_ssm_maintenance_window_task resource has been merged and will release with version 2.20.0 of the Terraform AWS Provider, expected later this week. Thanks to @kterada0509 for the implementation work. 👍

@ghost
Copy link

ghost commented Nov 2, 2019

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!

@ghost ghost locked and limited conversation to collaborators Nov 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/ssm Issues and PRs that pertain to the ssm service.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants