|
|
|
|
|
by OJFord
1015 days ago
|
|
I didn't name it, but Pulumi's the main (multiple) GPPL alternative I was thinking of. I don't think emitting/compiling to something declarative makes it any better; maybe if you normalised that being the key checked-in thing, a bit like a lockfile, but which people really checked and cared if it changed, more so in a way than the source. I want to write and review declarative, not compiles-to-declarative. |
|
The engine doesn't compile to a declarative template. It's a common misconception, however because the user's program runs concurrently with the Pulumi engine, fully dynamic resource graphs are possible, including those inexpressible using templates.
This is Pulumi pseudocode:
And in ~10 lines of code you have a script or webhook you can use in situations where SCIM would normally be required.(n.b.: this is a simplified, illustrative example that the program drives the graph using its own using loops or other control flow.)