aws_route53_record: timeouts out creating record in a busy route53 zone #11896
Labels
bug
Addresses a defect in current functionality.
service/route53
Issues and PRs that pertain to the route53 service.
Milestone
Community Note
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
more detailed logs at https://storage.googleapis.com/origin-ci-test/pr-logs/pull/openshift_cluster-openshift-controller-manager-operator/129/pull-ci-openshift-cluster-openshift-controller-manager-operator-master-e2e-aws/536/artifacts/e2e-aws/installer/.openshift_install.log
The relevant error message
Panic Output
Expected Behavior
When adding records to a Route53 zone that is quite busy i.e. see a lot of addition/removal of records, AWS errors with failure to admit the change set causing the provider to backoff for appropriate time.
Actual Behavior
The provider has a hard coded 5 minutes backoff timeout, and a lot of the terraform apply fail for the creation of records. Allowing users to modify this timeout for their own scale would benefit or circumvent the failure.
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: