description
Description of the KMS key. Include purpose and which services or applications use it.
Description Guidelines
Provide a clear description of the key’s purpose and usage.
Best Practices
- Include the purpose of the key
- Mention which services or applications use it
- Keep descriptions concise but informative
Full Module Example
module "kms_key" {
source = "registry.patterneddesigns.ca/patterneddesigns/kms-key/aws"
version = "0.1.0"
# description
description = "..."
# Other required inputs
alias = "..."
}