This repository has been archived by the owner on Dec 12, 2018. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure valid datapoints_to_alarm value
We're seeing AWS reject requests for this: ``` datapoints_to_alarm: "0" ``` It turns out it must be >= 1, and when omitted, CloudWatch Alarms does the right thing, but Terraform wants to default this to "0" still: hashicorp/terraform-provider-aws#4350 (problem report) hashicorp/terraform-provider-aws#5095 (validation to 1)
- Loading branch information