Logs of Duty: Managing infrastructure with Terraform
A simple checklist before you get tons of regrets.
Rule #1: Don’t trust other teams. Every single engineer has an idea of how to use Terraform best. Avoid nasty surprises. Check what happens when you commit BEFORE you commit.
Rule #2: Write as little code as possible. If there is a community module doing what you want, just use it. Please don’t waste time writing a custom one that will be labeled as tech…