Creating resource aws_wafv2_web_acl_association in same config as aws_wafv2_web_acl often raises WAFUnavailableEntityException #17527
Labels
service/elbv2
Issues and PRs that pertain to the elbv2 service.
service/wafv2
Issues and PRs that pertain to the wafv2 service.
Milestone
Community Note
Terraform CLI and Terraform AWS Provider Version
Terraform v0.13.2
aws 3.8.0
I didn't see any relevant changes between then and the current version, though.
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Deploy a Load Balancer with a WAF ACL in front of it.
Actual Behavior
Almost half of the time (I tried around 10 times) Terraform errors with
WAFUnavailableEntityException
. This is already a RetryError in the TF AWS provider code, but presumably the time between ACL creation and load balancer association is still not long enough to get this reproducibly correct.Steps to Reproduce
See Actual behavior.
The text was updated successfully, but these errors were encountered: