output "key_arn" { value = var.enabled ? aws_kms_key.this[0].arn : null description = "The KMS key ARN." } output "key_id" { value = var.enabled ? aws_kms_key.this[0].key_id : null description = "The KMS key id." }