-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Add new resource cryptokeyVersion, and the tests. * Resource cryptoKeyVersion -- Fix errors that prevent creation * CryptoKeyVersion resource -- [WIP] commit * CryptoKeyVersions -- Fix tests for create and create with skip_initial_version * CryptoKeyVersions -- Fix after running gofmt * CryptoKeyVersions -- modification based on PR feedback, except add update test * CryptoKeyVersion -- Add update test * gofmt fix the test file * Remove unused fields and update tests * Add custom import, yet tests aren't fully passing because of custom_delete * Attempt to fix custom import and delete * Delete kms_crypto_key_version.erb * Fix Custom delete issues * Enable importStateVerify to all tests * Fix make lint problem * Delete go.mod * (1) Remove enum values for output fields (2) fix indentation problems (3) Fix state verify for crypto_Key (4) Add remove test for cryptoKeyVersions (5) WIP Fix custom_delete issues * (1) Call destroy at cryptoKeyVersion deletion (2) Do not destroy cryptoKeyVersion when deleting crypto_key * CryptoKeyVersions Delete, put error handler first * Uncomment clearCryptoKeyVersions when deleting cryptoKey * Align with master branch, check for state before deleting cryptokeyversion * Remove state check in cryptoKeyVersions deletion Signed-off-by: Modular Magician <[email protected]> Signed-off-by: Modular Magician <[email protected]>
- Loading branch information
1 parent
5e99f61
commit ce9930a
Showing
6 changed files
with
915 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
```release-note:new-resource | ||
kms: Add new resource CryptoKeyVersions | ||
|
||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.