TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Terraform is not the Golden Hammer

2 pointsby ev0xmusicover 3 years ago

1 comment

nanisover 3 years ago
You absolutely need at least one layer of indirection between your infrastructure configuration and the terraform code used to instantiate it.<p>This is both for versatility and for developer sanity. You do not want to constantly be thinking in terms of individual resources, but have enough abstraction so that you are thinking in terms of higher building blocks of <i>your</i> infrastructure.