Y
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
jen20
1632 days ago
The official name for .tf files is a “configuration”, per the code base.
link
rch
1631 days ago
Which makes sense in the context of managing "configuration
as
code".
Once configuration
is
code, i.e. Turing complete, something has gone awry.
link
jen20
1631 days ago
Indeed - infrastructure being defined with a declarative model makes perfect sense. One need not use a DSL to achieve that though.
link