cloudtools / cloudtools/stacker
Use Schematics to define `VARIABLES` in blueprints
Open
enhancement
question
- Dominant language
- Python
- Stars
- 707
- Forks
- 162
- PR merge metrics
- No merged PRs in 30d
Description
We use it in our config system already, and it'd allow us to do deeper validation of variable types. There are plenty of places where we accept a `dict` as a variable, then do validation in the blueprint itself. This would allow us to skip that, and it'd also make it easier to read/display/share what the actual schema is of the variable.
Contributor guide
Assessment
This issue has not been assessed yet.