ssm_maintenance_window_target should support multiple targets #2225
Labels
bug
Addresses a defect in current functionality.
service/ssm
Issues and PRs that pertain to the ssm service.
The SSM Maintenance Window Target resource can accept up to 5 different key/val tags. However, the provider limits us to 1 key/val.
https://github.com/terraform-providers/terraform-provider-aws/blob/master/aws/resource_aws_ssm_maintenance_window_target.go#L35
This should be a simple fix in theory (just change MaxItems to 5).
The text was updated successfully, but these errors were encountered: