cloudposse / terraform-aws-ssm-patch-manager

Terraform module to provision AWS SSM Patch Manager maintenance window tasks, targets, patch baseline, patch groups and an s3 bucket for storing patch task logs
https://cloudposse.com/accelerate
Apache License 2.0
22 stars 17 forks source link

Added "resource_type" option to the module #18

Closed hessamalipour closed 6 months ago

hessamalipour commented 1 year ago

Possible values are INSTANCE and RESOURCE_GROUP, and default value set to INSTANCE.

what

Added "resource_type" option to the module

why

There is two possible options for resource_type, and module support only "INSTANCE" type, and we are managing our patches with RESOURCE_GROUP

references

https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_maintenance_window_target#resource_type

joe-niland commented 1 year ago

/rebuild-readme

joe-niland commented 1 year ago

/test all