chef-boneyard / chef-provisioning-aws

AWS driver and resources for Chef that uses the AWS SDK
Apache License 2.0
142 stars 121 forks source link

update aws_cloudwatch_alarm to support float thresholds #527

Closed keen99 closed 7 years ago

keen99 commented 7 years ago

thresholds for cw alarms are often floats, not just integers. the upstream interfaces support then, so just accept either float or int and pass them.

tyler-ball commented 7 years ago

Thanks @keen99 !