Skip to content

Commit

Permalink
Merge pull request #9988 from shalka/master
Browse files Browse the repository at this point in the history
fix(diffDynamoDbGSI): ignore ordering of non_key_attributes in equali…
  • Loading branch information
anGie44 authored Sep 2, 2020
2 parents 8dc192e + 32a1e66 commit c49a8f9
Show file tree
Hide file tree
Showing 3 changed files with 266 additions and 308 deletions.
2 changes: 1 addition & 1 deletion aws/resource_aws_dynamodb_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func resourceAwsDynamoDbTable() *schema.Resource {
Required: true,
},
"non_key_attributes": {
Type: schema.TypeList,
Type: schema.TypeSet,
Optional: true,
Elem: &schema.Schema{Type: schema.TypeString},
},
Expand Down
Loading

0 comments on commit c49a8f9

Please sign in to comment.