Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
Given fairly consistent daily acceptance testing failures such as:
=== CONT TestAccAWSRDSClusterEndpoint_tags
TestAccAWSRDSClusterEndpoint_tags: testing.go:684: Step 0 error: errors during apply:
Error: Error waiting for RDS Cluster Endpoint (reader-7926473369288959707) to be ready: timeout while waiting for state to become 'available' (last state: 'creating', timeout: 20m0s)
It appears the default Create timeout needs to be increased in the aws_rds_cluster_endpoint resource.
Affected Resource(s)
Definition of Done
References
Community Note
Description
Given fairly consistent daily acceptance testing failures such as:
It appears the default
Createtimeout needs to be increased in theaws_rds_cluster_endpointresource.Affected Resource(s)
Definition of Done
aws/resource_aws_rds_cluster_endpoint.gowebsite/docs/r/aws_rds_cluster_endpoint.html.markdownTestAccAWSRDSClusterEndpoint_testing passesReferences