Skip to content

Commit

Permalink
Add CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac-Bi committed Feb 16, 2024
1 parent 23b9893 commit 05334b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/35861.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_sqs_queue_policy: Retry IAM eventual consistency errors
```
3 changes: 2 additions & 1 deletion internal/service/sqs/attribute_funcs.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ package sqs

import (
"context"
"log"

"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/service/sqs"
"github.com/aws/aws-sdk-go-v2/service/sqs/types"
Expand All @@ -16,7 +18,6 @@ import (
"github.com/hashicorp/terraform-provider-aws/internal/flex"
"github.com/hashicorp/terraform-provider-aws/internal/tfresource"
"github.com/hashicorp/terraform-provider-aws/internal/verify"
"log"
)

type queueAttributeHandler struct {
Expand Down

0 comments on commit 05334b2

Please sign in to comment.