22 lines
621 B
Plaintext
22 lines
621 B
Plaintext
# KCL Version configuration for kms taskserv
|
|
# Uses proper import from centralized schema definitions
|
|
import taskservs.version as schema
|
|
|
|
# KMS (Key Management Service) taskserv configuration
|
|
_version = schema.TaskservVersion {
|
|
name = "kms"
|
|
version = schema.Version {
|
|
current = "latest"
|
|
source = "https://github.com/aws/aws-cli/releases"
|
|
tags = "https://github.com/aws/aws-cli/tags"
|
|
site = "https://aws.amazon.com/kms/"
|
|
# Pinned for security
|
|
check_latest = True
|
|
grace_period = 86400
|
|
}
|
|
dependencies = []
|
|
}
|
|
|
|
# Output for dynamic cache system
|
|
_version
|