|
|
|
|
|
by dmarinus
2168 days ago
|
|
Well, IaC is way better than nothing but it isn't a substitude for documentation. I had to learn an AWS CloudFormation codebase and although it's pretty clean it's still loaded with quirks (for how stuff worked years ago and to workaround shortcomings of our application). Most IaC describes how something is configured, you should also describe why something is configured. Most IaO platforms allow you to write comments, make use of it! |
|