Skip to content

Latest commit

 

History

History
executable file
·
31 lines (22 loc) · 671 Bytes

README.md

File metadata and controls

executable file
·
31 lines (22 loc) · 671 Bytes

README

Terraform scripts to create an AWS VPC.

The TF plan will create the following resources:

  • x1 vpc
  • x1 Public route table
  • x1 Internet gateway
  • x2 Public subnets
  • x2 Private subnets

Prerequisites

How do I get set up?

  • Clone the repo
  • Create terraform.tfvars
  • Run terraform init
  • Run terraform plan
  • Run terraform apply
  • Run terraform destroy

Who do I talk to?

  • Richard Bosomworth