ConcurrentMutationLimitExceeded - while creating multiple aws_ec2_client_vpn_route #19750
Labels
bug
Addresses a defect in current functionality.
service/ec2
Issues and PRs that pertain to the ec2 service.
Milestone
Community Note
Terraform CLI and Terraform AWS Provider Version
Terraform v0.15.5
on darwin_amd64
Affected Resource(s)
Terraform Configuration Files
I used the example from https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_client_vpn_route
and created 21 objects of type ec2_client_vpn_route.
Debug Output
Expected Behavior
As this is "just" a concurrency problem, the provider should recognize the Error and retry the operation until the resource has been created.
Actual Behavior
Some of the resources won´t get created due to this error. However, each time I re-run
terraform apply
some more resources get created.Steps to Reproduce
aws_ec2_client_vpn_route
s (~20) to it.Important Factoids
References
The text was updated successfully, but these errors were encountered: