Skip to content

Commit c49a8f9

Browse files
authored
Merge pull request #9988 from shalka/master
fix(diffDynamoDbGSI): ignore ordering of non_key_attributes in equali…
2 parents 8dc192e + 32a1e66 commit c49a8f9

File tree

3 files changed

+266
-308
lines changed

3 files changed

+266
-308
lines changed

aws/resource_aws_dynamodb_table.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ func resourceAwsDynamoDbTable() *schema.Resource {
211211
Required: true,
212212
},
213213
"non_key_attributes": {
214-
Type: schema.TypeList,
214+
Type: schema.TypeSet,
215215
Optional: true,
216216
Elem: &schema.Schema{Type: schema.TypeString},
217217
},

0 commit comments

Comments
 (0)