stacker
stacker copied to clipboard
Use Schematics to define `VARIABLES` in blueprints
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.