aws_apigatewayv2_integration timeout_milliseconds input should have a ceiling of 30,000 #16002
Labels
bug
Addresses a defect in current functionality.
service/apigatewayv2
Issues and PRs that pertain to the apigatewayv2 service.
Milestone
Community Note
Terraform CLI and Terraform AWS Provider Version
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Should be allowed to set the input timeout_milliseconds to a value up to 30000 per the documentation https://docs.aws.amazon.com/apigateway/latest/developerguide/limits.html.
Actual Behavior
The provider throws an error if a value above 29000 is given.
Important Factoids
Documentation here (https://docs.aws.amazon.com/apigateway/latest/developerguide/limits.html) claims that the timeout for integrations is 30 seconds.
References
The text was updated successfully, but these errors were encountered: