Hacker News new | ask | show | jobs
by brodouevencode 1725 days ago
Sharing terraform states even across accounts is trivial and easy. The suggested approach seems like a ton of work.
1 comments

But this will only work to share one LB, not scale them automatically
The `count` operator in HCL wouldn't work?
Within one project: probably. But it falls apart when sharing stuff between multiple projects. Who's responsible for scaling on demand in that case? One answer is to solve it within AWS, if you know other solutions that solve the same requirements, be sure to let me know. :)
We solve that by treating shared resources as a separate project.