Hacker News new | ask | show | jobs
by macca321 2027 days ago
In a polyglot shop, it can actually be quite handy that HCL is it's own relatively simple language.
1 comments

From my ~1 year of experience with terraform, the simplicity of HCL leads to some pretty complicated config. In particular the absence of a true if, and the inability to define custom functions, or use any kind of condition or iteration on modules.