BigDevBox includes commands to initialize an IAM role and VPCs but your organization may manage it's existing AWS infrastructure via Terraform instead. The following example configuration should allow you to setup the required resources and customize to your needs.
- Install Terraform.
- Run
terraform initto install required AWS modules. - Adjust
main.tfandvpc.tfto include the region(s) that you'd like to configure as well as the valid zones in those regions. - Run
terraform apply.
Note that the .tfstate files are ignored in this git repository. You may be unable to modify these resources after the fact if you do not save them.