Skip to content

Commit 851b64d

Browse files
authored
Merge pull request #17545 from Carlovo/b-wafv2-association-timeout
Increase WAFv2 association timeout
2 parents c095947 + 3add0fa commit 851b64d

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.changelog/17545.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
resource/aws_wafv2_web_acl_association: Increase creation timeout value from 2 to 5 minutes to prevent WAFUnavailableEntityException
3+
```

aws/resource_aws_wafv2_web_acl_association.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
const (
16-
Wafv2WebACLAssociationCreateTimeout = 2 * time.Minute
16+
Wafv2WebACLAssociationCreateTimeout = 5 * time.Minute
1717
)
1818

1919
func resourceAwsWafv2WebACLAssociation() *schema.Resource {

0 commit comments

Comments
 (0)