Hacker News new | ask | show | jobs
by twic 1065 days ago
I've never used Terraform. So HCL is the low-level language i talk about; what does a human write to generate it?
1 comments

They write HCL/JSON. It’s not by definition low level anything per computer science standards. It’s very high level. It’s declarative.
So not what i described at all then. The whole idea is to have a low-level language you can generate with high-level code written in a real programming language.
IaC isn’t programming. It is more like config files that have some scripting elements like for loops