AWS Cloudwatch Synthetic canary minimum timeout value incorrect #19289
Labels
bug
Addresses a defect in current functionality.
good first issue
Call to action for new contributors looking for a place to start. Smaller or straightforward issues.
service/synthetics
Issues and PRs that pertain to the synthetics service.
Community Note
Terraform CLI and Terraform AWS Provider Version
Terraform v0.12.30
Affected Resource(s)
aws_synthetics_canary
Terraform Configuration Files
Expected Behavior
Canary should be created with a timeout of 5 seconds
Per AWS documentation, the minimum is 3 seconds:
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-runconfig.html
TimeoutInSeconds:
Minimum: 3
Actual Behavior
The following error message was displayed:
Error: expected run_config.0.timeout_in_seconds to be in the range (60 - 840), got 5
22: timeout_in_seconds = 5
Steps to Reproduce
Important Factoids
Nope
References
AWS documentation showing minimum value of 3 seconds.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-runconfig.html
The text was updated successfully, but these errors were encountered: