key_id

Type string
Module kms-key
Version 0.1.0

ID of the KMS key.

The ID of the KMS key.

Example Value

1234abcd-12ab-34cd-56ef-1234567890ab

Usage

module "kms_key" {
  source  = "registry.patterneddesigns.ca/patterneddesigns/kms-key/aws"
  version = "0.1.0"
  # ... inputs
}

# Access this output
output "key_id" {
  value = module.kms_key.key_id
}