Skip to content

BigDevBox/terraform_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Example terraform configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages