6 ms·
In a polyglot shop, it can actually be quite handy that HCL is it's own relatively simple language.
by macca321 6y ago
In a polyglot shop, it can actually be quite handy that HCL is it's own relatively simple language.
- thayne 6y agoFrom 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.