cloudflavor / skycrane

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

Add the ability to interpret custom resources #46

Open PI-Victor opened 1 week ago

PI-Victor commented 1 week ago

Context

Users should be able to define their own "objects" that skycrane can interpret.

Description

resource = struct(name="Test")

This can be then used inside a resource and deserialized into a custom structure.

Acceptance Criteria

Research if this is a feasible approach and where it should reside, in the plugins as part of the sdk/macro or in the skycrane CLI.

linear[bot] commented 1 week ago

CLO-90 Add the ability to interpret custom resources

PI-Victor commented 1 week ago

/triage /assign /label enhancement