/TerraformingAllResources

Tool to iterate through an AWS account in a single region and generate both a Terraform state file and configuration. More info in blog post.

Primary LanguageShell

This script utilizes the terraforming tool to iterate through all resource types it can handle and build both the .tf config files and the .tfstate state files.

It's written in bash with some interesting sed commands.

Make sure you export your AWS keys or use a profile indicator so this script can utilize your authentication.