Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 920 Bytes

File metadata and controls

12 lines (8 loc) · 920 Bytes

Example Terraform Configuration for BigDevBox

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.

Getting Started

  1. Install Terraform.
  2. Run terraform init to install required AWS modules.
  3. Adjust main.tf and vpc.tf to include the region(s) that you'd like to configure as well as the valid zones in those regions.
  4. 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.