11 lines
338 B
Plaintext
11 lines
338 B
Plaintext
|
|
# Integrations Module
|
||
|
|
# Top-level module that provides access to all integration providers:
|
||
|
|
# - Ecosystem: External integrations (backup, runtime, SSH, GitOps, service)
|
||
|
|
# - IaC: Infrastructure-from-Code to orchestrator conversion
|
||
|
|
|
||
|
|
# Re-export ecosystem integrations
|
||
|
|
use ./ecosystem *
|
||
|
|
|
||
|
|
# Re-export IaC orchestrator integration
|
||
|
|
use ./iac *
|