aws_kms enhancements (#31960)

* Allow creation and deletion of keys (deletion just schedules for
  deletion, recreating an old key is just cancelling its deletion)
* Allow grants to be set, thus enabling encryption contexts to be
  used with keys
* Allow tags to be added and modified
* Add testing for KMS module
* Tidy up aws_kms module to latest standards
This commit is contained in:
Will Thames
2019-02-13 13:06:58 +10:00
committed by GitHub
parent 1f3a74c0c8
commit 46fbcf08bc
7 changed files with 1136 additions and 54 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- aws_kms is now able to create keys and manage grants and tags