Creates a KMS key ring
Creates a KMS key ring.
stackit beta kms keyring create [flags]
Create a KMS key ring with name "my-keyring"
$ stackit beta kms keyring create --name my-keyring
Create a KMS key ring with a description
$ stackit beta kms keyring create --name my-keyring --description my-description
Create a KMS key ring and print the result as YAML
$ stackit beta kms keyring create --name my-keyring -o yaml
--description string Optional description of the key ring
-h, --help Help for "stackit beta kms keyring create"
--name string Name of the KMS key ring
-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 keyring - Manage KMS key rings