12 lines
315 B
Plaintext
12 lines
315 B
Plaintext
# Main entry point for provisioning KCL module
|
|
# This file exports all the schemas and configurations needed for provisioning
|
|
# Author: JesusPerezLorenzo
|
|
# Release: 0.1.0
|
|
# Date: 29-09-2025
|
|
|
|
# Import core module schemas
|
|
import .defaults_upcloud
|
|
import .dependencies
|
|
import .provision_upcloud
|
|
import .server_upcloud
|