You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EC2 SSM has received a number of new features lately, including support for writing data to S3 buckets that can be used to get control over software inventories, etc as described in the AWS blog.
It would be great if rthe resource aws_ssm_association could be updated to support all the options that the AWS SSM API "CreateAssociationInput" supports. As far as I can tell, support for the following is missing:
Come to think of it, it would be great if aws_ssm_association could get support for calling UpdateAssociation rather than enforcing ForceNew on every single modification as well. This would be beneficial where one are changing tags, schedules, etc.
stack72
added a commit
to stack72/terraform-provider-aws
that referenced
this issue
Jul 27, 2017
Hi!
EC2 SSM has received a number of new features lately, including support for writing data to S3 buckets that can be used to get control over software inventories, etc as described in the AWS blog.
It would be great if rthe resource aws_ssm_association could be updated to support all the options that the AWS SSM API "CreateAssociationInput" supports. As far as I can tell, support for the following is missing:
ScheduledExpression
OutputLocation
Here is the AWS Cloudformation description of the same.
Thank you - and keep up the good work!
The text was updated successfully, but these errors were encountered: