Hacker News new | ask | show | jobs
by jk563 1632 days ago
My circle also just use "code" as far as I'm aware, though I tend to think of it as a definition instead. Template would also fit but you can use templates within Terraform so that could be confusing.
1 comments

The official name for .tf files is a “configuration”, per the code base.
Which makes sense in the context of managing "configuration as code".

Once configuration is code, i.e. Turing complete, something has gone awry.

Indeed - infrastructure being defined with a declarative model makes perfect sense. One need not use a DSL to achieve that though.