cloudflavor / skycrane

IaC - Skycrane automates infrastructure
https://skycrane.io
Apache License 2.0
0 stars 0 forks source link

Load plugins & read config files #9

Closed PI-Victor closed 1 month ago

PI-Victor commented 7 months ago

Context:

Skycrane must be able to load wasm component plugins that are written using the skyforge plugin api.

Skycrane must be able to read user defined configurations of cloud resources.

Description:

Skycrane is designed with how terraform solves some issues in mind, but diverges on the config the module system.

Acceptance criteria:

linear[bot] commented 7 months ago
CLO-22 Read config files

The CLI can read toml files and send them to the plugin, and the plugin can deserialize them

PI-Victor commented 1 month ago

/close