Access resources cross account in terraform

Why do I need multiple Accounts? There certain hard-limits in AWS services you can’t raise, even with a support ticket. So make sure you don’t hit them. Otherwise scaling out will be a pain. WTF? How should I manage this in terraform? RTMF? Also, this is basically build on my folder structure, which you can find here. Set up the provider (careful, this is 0.12 syntax!) this changed since terraform 0....

October 29, 2020 · 2 min · Angry Admin

Terraform file and folder structure for multiple AWS environments and regions and accounts

Make your life easier by starting with the best folder structure for your use-case Most companies and ops teams will face the challenge in managing multiple environments (e.g. development, staging, pre-production, production) for their applications. Sometimes even in multiple regions. So you better think about how you organize all these files in terraform. Terraform doesn’t care what’s in what file, as long as the file ends with .tf in your current directory....

October 29, 2020 · 3 min · Angry Admin