top | item 45788004

(no title)

WillDaSilva | 4 months ago

Pulumi may be what you're looking for. Same concept as Terraform, and many of its provider libraries are just wrappers around Terraform provider libraries, but you can use a variety of common programming languages to declare your desired state, rather than HCL.

discuss

order

mystifyingpoi|4 months ago

Yeah, I tried it briefly some time ago and it seems like a solution.