Skip to content

Commit

Permalink
Merge pull request #37924 from hashicorp/b-aws_dynamodb-table.ListTag…
Browse files Browse the repository at this point in the history
…s.DynamoDB-Local

r/aws_dynamodb_table: Fix `UnknownOperationException: Tagging is not currently supported in DynamoDB Local errors on resource Read`
  • Loading branch information
ewbankkit authored Jun 11, 2024
2 parents 8ac2a37 + 3342cdf commit b81ce46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/37924.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_dynamodb_table: Fix `UnknownOperationException: Tagging is not currently supported in DynamoDB Local` errors on resource Read
```
2 changes: 1 addition & 1 deletion internal/provider/intercept.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package provider
import (
"context"

"github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/v2/tfawserr"
"github.com/hashicorp/aws-sdk-go-base/v2/tfawserr"
"github.com/hashicorp/go-cty/cty"
"github.com/hashicorp/terraform-plugin-log/tflog"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
Expand Down

0 comments on commit b81ce46

Please sign in to comment.