Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new Resource Cryptokeyversions #12926

Commits on Nov 1, 2022

  1. Add new Resource Cryptokeyversions (hashicorp#6553)

    * 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 <magic-modules@google.com>
    modular-magician committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    f14bb8b View commit details
    Browse the repository at this point in the history