IaC source is written and compiled to a binary, called a factory. The factory includes the runtime and all dependencies. To run a factory, pass it a configuration called a stack file that defines backend state and factory inputs. The stack file can only contain configuration, not arbitrary code. Factories can also display a UI in a browser showing progress (animated screenshot in the docs).
tekacs•50m ago
I would love to see more frameworks for things like this that are just libraries or similar, so that you can just use normal programs for these sorts of tasks.