|
|
|
|
|
by gregmac
1019 days ago
|
|
Pulumi is an example that proves the exception: using a general purpose language, you create a declaration of desired state. Think of it like if you used a GPPL to emit HCL. You get the power of that language: loops, function calls, unit tests, or even the ability to call external APIs. You're declaraing desired state and letting the framework sort it outb which is you say you aren't writing imperative code like: if (!exists(dnszone)) create(dnszone);
|
|
I want to write and review declarative, not compiles-to-declarative.