Skip to content

Commit

Permalink
Merge pull request #21334 from GlennChia/fix/dynamo-ttl-attr
Browse files Browse the repository at this point in the history
b-aws_dynamodb_table
  • Loading branch information
ewbankkit committed Dec 23, 2021
2 parents 966a258 + 7ee9fb1 commit bfe8ac2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .changelog/21334.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_dynamodb_table: Remove extraneous `kms_key_arn` attribute from the `ttl` configuration block
```
6 changes: 0 additions & 6 deletions internal/service/dynamodb/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -309,12 +309,6 @@ func ResourceTable() *schema.Resource {
Optional: true,
Default: false,
},
"kms_key_arn": {
Type: schema.TypeString,
Optional: true,
Computed: true,
ValidateFunc: verify.ValidARN,
},
},
},
DiffSuppressFunc: verify.SuppressMissingOptionalConfigurationBlock,
Expand Down

0 comments on commit bfe8ac2

Please sign in to comment.