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