Import a KMS key
Import a new version to the given KMS key.
stackit beta kms key import KEY_ID [flags]
Import a new version for the given KMS key "MY_KEY_ID"
$ stackit beta kms key import "MY_KEY_ID" --keyring-id "MY_KEYRING_ID" --wrapped-key "base64-encoded-wrapped-key-material" --wrapping-key-id "MY_WRAPPING_KEY_ID"
-h, --help Help for "stackit beta kms key import"
--keyring-id string ID of the KMS key ring
--wrapped-key string The wrapped key material that has to be imported. Encoded in base64
--wrapping-key-id string The unique id of the wrapping key the key material has been wrapped with
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
- stackit beta kms key - Manage KMS keys