Hacker News new | ask | show | jobs
by WillDaSilva 232 days 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.
1 comments

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