provisioning/config/templates/kcl.mod.template
Jesús Pérez 6a59d34bb1
chore: update provisioning configuration and documentation
Update configuration files, templates, and internal documentation
for the provisioning repository system.

Configuration Updates:
- KMS configuration modernization
- Plugin system settings
- Service port mappings
- Test cluster topologies
- Installation configuration examples
- VM configuration defaults
- Cedar authorization policies

Documentation Updates:
- Library module documentation
- Extension API guides
- AI system documentation
- Service management guides
- Test environment setup
- Plugin usage guides
- Validator configuration documentation

All changes are backward compatible.
2025-12-11 21:50:42 +00:00

20 lines
572 B
Plaintext

# TEMPLATE FILE - .template Extension
#
# Workspace Package Definition
#
# This file uses the .template extension because it's used only during workspace
# initialization with simple {{variable}} substitution. It's copied to new workspaces
# with the {{WORKSPACE_NAME}} variable replaced.
#
# Runtime templates use .j2 (Jinja2 via nu_plugin_tera) for dynamic rendering.
#
# See provisioning/config/templates/README.md for template conventions.
[package]
name = "{{WORKSPACE_NAME}}"
edition = "v0.11.3"
version = "1.0.0"
[dependencies]
provisioning = { path = "./.kcl" }